We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e1343 commit ff06bd4Copy full SHA for ff06bd4
1 file changed
OrigamiEngine/Plugins/HTTPSource.m
@@ -78,8 +78,8 @@ - (BOOL)open:(NSURL *)url {
78
_byteReaded = 0;
79
_byteCount = 0;
80
81
- [self prepareCache:[NSString stringWithFormat:@"%x.%@",
82
- [[url absoluteString] hash],
+ [self prepareCache:[NSString stringWithFormat:@"%lx.%@",
+ (unsigned long)[[url absoluteString] hash],
83
url.pathExtension]];
84
85
_downloadingSemaphore = dispatch_semaphore_create(0);
0 commit comments