summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/plistutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/plistutil.c b/tools/plistutil.c
index e339b8b..6da53e4 100644
--- a/tools/plistutil.c
+++ b/tools/plistutil.c
@@ -284,7 +284,7 @@ int main(int argc, char *argv[])
284 } 284 }
285 else 285 else
286 { 286 {
287 input_res = plist_from_memory(plist_entire, read_size, &root_node); 287 input_res = plist_from_memory(plist_entire, read_size, &root_node, NULL);
288 if (input_res == PLIST_ERR_SUCCESS) { 288 if (input_res == PLIST_ERR_SUCCESS) {
289 if (options->flags & OPT_SORT) { 289 if (options->flags & OPT_SORT) {
290 plist_sort(root_node); 290 plist_sort(root_node);