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)
switch (val_a->type)
{
case PLIST_BOOLEAN:
+ case PLIST_NULL:
case PLIST_INT:
case PLIST_REAL:
case PLIST_DATE: