summaryrefslogtreecommitdiffstats
path: root/src/bplist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bplist.c')
-rw-r--r--src/bplist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bplist.c b/src/bplist.c
index 8927de6..c0d0fc8 100644
--- a/src/bplist.c
+++ b/src/bplist.c
@@ -896,6 +896,7 @@ static unsigned int plist_data_hash(const void* key)
896 switch (data->type) 896 switch (data->type)
897 { 897 {
898 case PLIST_BOOLEAN: 898 case PLIST_BOOLEAN:
899 case PLIST_NULL:
899 case PLIST_INT: 900 case PLIST_INT:
900 case PLIST_REAL: 901 case PLIST_REAL:
901 case PLIST_DATE: 902 case PLIST_DATE: