From ae2e967c43880fbd1b7e7f130541e9dbbca0debf Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Sun, 30 Sep 2018 22:50:49 -1000 Subject: Make Cydia compatible back to iOS5 - unable to support older with this apt version due to newer apt requiring functions provided via libc++ on iOS --- cydo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cydo.cpp') diff --git a/cydo.cpp b/cydo.cpp index 71009cd..39e69e4 100644 --- a/cydo.cpp +++ b/cydo.cpp @@ -76,7 +76,7 @@ void launch_data_dict_iterate(launch_data_t data, LaunchDataIterator code) { } int main(int argc, char *argv[]) { - patch_setuidandplatformize(); + patch_setuidandplatformize(); auto request(launch_data_new_string(LAUNCH_KEY_GETJOBS)); auto response(launch_msg(request)); launch_data_free(request); -- cgit v1.2.3