summaryrefslogtreecommitdiffstats
path: root/src/plist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plist.c')
-rw-r--r--src/plist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plist.c b/src/plist.c
index 5d06311..b120046 100644
--- a/src/plist.c
+++ b/src/plist.c
@@ -1130,6 +1130,7 @@ int plist_data_compare(const void *a, const void *b)
1130 switch (val_a->type) 1130 switch (val_a->type)
1131 { 1131 {
1132 case PLIST_BOOLEAN: 1132 case PLIST_BOOLEAN:
1133 case PLIST_NULL:
1133 case PLIST_INT: 1134 case PLIST_INT:
1134 case PLIST_REAL: 1135 case PLIST_REAL:
1135 case PLIST_DATE: 1136 case PLIST_DATE: