]> Dogcows Code - chaz/thecheat/blobdiff - ChazUpdate.m
Remove support of Mac OS X 10.3 and earlier system, change codes for Mac OS X 10.7.
[chaz/thecheat] / ChazUpdate.m
index 0d628b6055599c0336ff1314180e79a6b89303d9..9f6432c8e14b7e6f70071efb02fd1777e5ece241 100644 (file)
        }
        
        // see if the version information for this app is in another file
-       if ( appRedirect = [appDictionary objectForKey:@"Redirect"] ) {
+       if ( (appRedirect = [appDictionary objectForKey:@"Redirect"]) ) {
                // recursively follow the redirection
                [[ChazUpdate alloc] initWithURL:appRedirect name:_name verbose:_verbose];
                [self kill];
This page took 0.019545 seconds and 4 git commands to generate.