Hop, a logical error
This commit is contained in:
@@ -441,7 +441,7 @@ NSData *getUncompressedData(NSFileHandle *file, NSString *name)
|
|||||||
{
|
{
|
||||||
NSFileHandle* unzipFile = nil;
|
NSFileHandle* unzipFile = nil;
|
||||||
|
|
||||||
if ([pathToFile length] == 0)
|
if ([pathToFile length] != 0)
|
||||||
{
|
{
|
||||||
unzipFile = [NSFileHandle fileHandleForReadingAtPath: pathToFile];
|
unzipFile = [NSFileHandle fileHandleForReadingAtPath: pathToFile];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user