diff options
-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 fe80458..9acd6ae 100644 --- a/src/bplist.c +++ b/src/bplist.c @@ -1270,6 +1270,7 @@ PLIST_API void plist_to_bin(plist_t plist, char **plist_bin, uint32_t * length) break; case PLIST_DATA: write_data(bplist_buff, data->buff, data->length); + break; case PLIST_ARRAY: write_array(bplist_buff, ptr_array_index(objects, i), ref_table, ref_size); break; |