Kaydet (Commit) a7c11707 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Hop, a logical error

üst a565276f
......@@ -441,7 +441,7 @@ NSData *getUncompressedData(NSFileHandle *file, NSString *name)
{
NSFileHandle* unzipFile = nil;
if ([pathToFile length] == 0)
if ([pathToFile length] != 0)
{
unzipFile = [NSFileHandle fileHandleForReadingAtPath: pathToFile];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment