From 9cc97faebcaabd6af2f9cc9280ba6a0f8cd85e60 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 8 Jan 2010 16:31:08 +0100 Subject: Fix printing values in iphoneinfo when in key/value output mode --- tools/iphoneinfo.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools') diff --git a/tools/iphoneinfo.c b/tools/iphoneinfo.c index 423c57e..b5344be 100644 --- a/tools/iphoneinfo.c +++ b/tools/iphoneinfo.c @@ -278,13 +278,10 @@ void plist_children_to_string(plist_t node) plist_dict_next_item(node, it, &key, &subnode); while (subnode) { - subnode = NULL; - printf("%s: ", key); free(key); key = NULL; plist_node_to_string(subnode); - plist_dict_next_item(node, it, &key, &subnode); } free(it); -- cgit v1.1-32-gdbae