X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChazUpdate.m;fp=ChazUpdate.m;h=9f6432c8e14b7e6f70071efb02fd1777e5ece241;hb=cd317fe26f0deee1697ea5454fcb74135e507e61;hp=0d628b6055599c0336ff1314180e79a6b89303d9;hpb=1654f21c723dadf0d88b0e92f882a6c9a69bf08e;p=chaz%2Fthecheat diff --git a/ChazUpdate.m b/ChazUpdate.m index 0d628b6..9f6432c 100644 --- a/ChazUpdate.m +++ b/ChazUpdate.m @@ -184,7 +184,7 @@ } // 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];