diff options
Diffstat (limited to 'src/bplist.c')
-rw-r--r-- | src/bplist.c | 1 |
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) switch (data->type) { case PLIST_BOOLEAN: + case PLIST_NULL: case PLIST_INT: case PLIST_REAL: case PLIST_DATE: |