diff options
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |