diff options
Diffstat (limited to 'src/bplist.c')
| -rw-r--r-- | src/bplist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bplist.c b/src/bplist.c index 72040cc..d29d499 100644 --- a/src/bplist.c +++ b/src/bplist.c | |||
| @@ -229,7 +229,9 @@ void plist_bin_deinit(void) | |||
| 229 | 229 | ||
| 230 | void plist_bin_set_debug(int debug) | 230 | void plist_bin_set_debug(int debug) |
| 231 | { | 231 | { |
| 232 | #if DEBUG | ||
| 232 | plist_bin_debug = debug; | 233 | plist_bin_debug = debug; |
| 234 | #endif | ||
| 233 | } | 235 | } |
| 234 | 236 | ||
| 235 | static plist_t parse_bin_node_at_index(struct bplist_data *bplist, uint32_t node_index); | 237 | static plist_t parse_bin_node_at_index(struct bplist_data *bplist, uint32_t node_index); |
