From 8dcc32d4151a11cf38752077dae0e19ad00b6000 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 12 Jun 2014 00:15:11 -0700 Subject: Just in case, I want to initialize this variable. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MobileCydia.mm') diff --git a/MobileCydia.mm b/MobileCydia.mm index 8306fde..4770101 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -10338,7 +10338,7 @@ int main(int argc, char *argv[]) { else Machine_ = machine; - int64_t usermem; + int64_t usermem(0); size = sizeof(usermem); if (sysctlbyname("hw.usermem", &usermem, &size, NULL, 0) == -1) usermem = 0; -- cgit v1.2.3