(fix) small fixes

This commit is contained in:
Ludovic Marcotte
2015-11-06 08:56:23 -05:00
parent c18f5c2246
commit 0d919dbd02
2 changed files with 2 additions and 2 deletions

View File

@@ -431,7 +431,7 @@ static EOAttribute *textColumn = nil;
[sql appendFormat: @" AND c_version > %d", (int)startVersion];
if (deviceId) {
pathValue = [adaptor formatValue: [NSString stringWithFormat: @"/%@", deviceId]
pathValue = [adaptor formatValue: [NSString stringWithFormat: @"/%@%", deviceId]
forAttribute: textColumn];
[sql appendFormat: @" AND c_path like %@", pathValue];
}