]> 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 024124ad96151490da9233369b4b302b226628b4..9f6432c8e14b7e6f70071efb02fd1777e5ece241 100644 (file)
@@ -1,9 +1,9 @@
 
 /*
  * The Cheat - The legendary universal game trainer for Mac OS X.
- * http://www.dogcows.com/chaz/wiki/TheCheat
+ * http://www.brokenzipper.com/trac/wiki/TheCheat
  *
- * Copyright (c) 2003-2010, Charles McGarvey et al.
+ * Copyright (c) 2003-2011, Charles McGarvey et al.
  *
  * Distributable under the terms and conditions of the 2-clause BSD
  * license; see the file COPYING for the legal text of the license.
        }
        
        // 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.021303 seconds and 4 git commands to generate.