]> 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 33de369d602719c1fdf8105ddbd64de8aedb857f..9f6432c8e14b7e6f70071efb02fd1777e5ece241 100644 (file)
@@ -1,10 +1,14 @@
-//
-//  ChazUpdate.m
-//  The Cheat
-//
-//  Created by Chaz McGarvey on 1/5/05.
-//  Copyright 2005 Chaz McGarvey. All rights reserved.
-//
+
+/*
+ * The Cheat - The legendary universal game trainer for Mac OS X.
+ * http://www.brokenzipper.com/trac/wiki/TheCheat
+ *
+ * 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.
+ */
+
 
 #import "ChazUpdate.h"
 
        }
        
        // 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.026765 seconds and 4 git commands to generate.