From 7321192b1bd3781ca214f575d63e2df4b0fdade2 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 21 Apr 2023 17:25:05 +0200 Subject: Updated to use latest libplist API --- src/ipsw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipsw.c') diff --git a/src/ipsw.c b/src/ipsw.c index 5c88c0d..fafe583 100644 --- a/src/ipsw.c +++ b/src/ipsw.c @@ -134,7 +134,7 @@ int ipsw_print_info(const char* path) } plist_t manifest = NULL; - plist_from_memory(plist_buf, plist_len, &manifest); + plist_from_memory(plist_buf, plist_len, &manifest, NULL); free(plist_buf); plist_t val; -- cgit v1.1-32-gdbae