diff options
| author | 2013-11-18 14:49:03 +0100 | |
|---|---|---|
| committer | 2013-11-18 14:49:03 +0100 | |
| commit | 7c19725dbe624d16a94ed05b80f47edb193c7fbf (patch) | |
| tree | 7f57469ae773ac82e640b602460f8b6499580e85 /tools | |
| parent | 3c3a791794f86d58605d1c6098c249a713af2a48 (diff) | |
| download | libimobiledevice-7c19725dbe624d16a94ed05b80f47edb193c7fbf.tar.gz libimobiledevice-7c19725dbe624d16a94ed05b80f47edb193c7fbf.tar.bz2 | |
ideviceinfo: prevent double output of Dictionary encoded values
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/ideviceinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ideviceinfo.c b/tools/ideviceinfo.c index 0c23d3c..d270b73 100644 --- a/tools/ideviceinfo.c +++ b/tools/ideviceinfo.c | |||
| @@ -378,6 +378,7 @@ int main(int argc, char *argv[]) | |||
| 378 | node_type = plist_get_node_type(node); | 378 | node_type = plist_get_node_type(node); |
| 379 | if (node_type == PLIST_DICT) { | 379 | if (node_type == PLIST_DICT) { |
| 380 | plist_dict_to_string(node); | 380 | plist_dict_to_string(node); |
| 381 | break; | ||
| 381 | } else if (node_type == PLIST_ARRAY) { | 382 | } else if (node_type == PLIST_ARRAY) { |
| 382 | plist_array_to_string(node); | 383 | plist_array_to_string(node); |
| 383 | break; | 384 | break; |
