]> git.saurik.com Git - afc2d.git/commitdiff
Use rounded versions for kCFCoreFoundationVersion.
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 24 Oct 2014 09:48:59 +0000 (02:48 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 24 Oct 2014 09:49:22 +0000 (02:49 -0700)
extrainst.mm

index e0a4efe5b438da56b9955788226e035226e92a88..9c4764e65663d7db4c4531c41e5f142d03ba4333 100644 (file)
@@ -81,7 +81,7 @@ int main(int argc, const char *argv[]) {
 
     NSAutoreleasePool *pool([[NSAutoreleasePool alloc] init]);
 
-    if (kCFCoreFoundationVersionNumber >= 847.24)
+    if (kCFCoreFoundationVersionNumber >= 800)
         if (NSString *error = download()) {
             fprintf(stderr, "error: %s\n", [error UTF8String]);
             return 1;