]> git.saurik.com Git - safemode-ios.git/commitdiff
Use correct >= to verify a range's lower-bound.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 4 Feb 2013 02:46:35 +0000 (18:46 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 4 Feb 2013 02:47:12 +0000 (18:47 -0800)
MobileSafety.mm

index 4a373d85c5fca5d9b5f0b3019271b01cc3513c27..a3e89606a951c79549ee5b4efe6eefc787d7b3ba 100644 (file)
@@ -96,7 +96,7 @@ void SafeModeAlertItem$alertSheet$buttonClicked$(id self, SEL sel, id sheet, int
         break;
 
         case 2:
-            if (kCFCoreFoundationVersionNumber > 700)
+            if (kCFCoreFoundationVersionNumber >= 700)
                 system("killall backboardd");
             else
                 // XXX: there are better ways of restarting SpringBoard that would actually save state