From 78f1a54baaecde3ef9db01c1b3558a3500d4a141 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 6 Oct 2010 21:07:56 -0700 Subject: [PATCH] I failed at git --amend: this is the NULL->nil fix. --- Cydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cydia.mm b/Cydia.mm index 912105ca..6c029d1b 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -1046,7 +1046,7 @@ static UIFont *Font18Bold_; static UIFont *Font22Bold_; static const char *Machine_ = NULL; -static NSString *System_ = NULL; +static NSString *System_ = nil; static NSString *SerialNumber_ = nil; static NSString *ChipID_ = nil; static NSString *Token_ = nil; -- 2.45.2