Fix a compilation warnings

This commit is contained in:
ylecollen 2015-01-19 17:33:23 +01:00
parent 5c3b26e3a3
commit 7a77e28b92

View file

@ -293,7 +293,7 @@ static NSMutableDictionary* uploadTableById = nil;
// update the path if the folder is provided
if (folder.length > 0) {
path = [[MediaManager getCachePath] stringByAppendingPathComponent:[NSString stringWithFormat:@"%lu", folder.hash]];
path = [[MediaManager getCachePath] stringByAppendingPathComponent:[NSString stringWithFormat:@"%lu", (unsigned long)folder.hash]];
}
// create the folder it does not exist