diff options
| author | 2023-02-07 12:47:10 +0100 | |
|---|---|---|
| committer | 2023-02-07 12:47:10 +0100 | |
| commit | bfc97788f081584ced9cd35d85b69b3fec6b907c (patch) | |
| tree | f63f82c52c9f795ce3f1290a37548604e73bf9b5 /src/xplist.c | |
| parent | 4dbf9de9690841bd084a7bb641197d3a3d5ce217 (diff) | |
| download | libplist-bfc97788f081584ced9cd35d85b69b3fec6b907c.tar.gz libplist-bfc97788f081584ced9cd35d85b69b3fec6b907c.tar.bz2 | |
Fix build without --enable-debug
Diffstat (limited to 'src/xplist.c')
| -rw-r--r-- | src/xplist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xplist.c b/src/xplist.c index bd506fb..a0ab6d3 100644 --- a/src/xplist.c +++ b/src/xplist.c | |||
| @@ -104,7 +104,9 @@ void plist_xml_deinit(void) | |||
| 104 | 104 | ||
| 105 | void plist_xml_set_debug(int debug) | 105 | void plist_xml_set_debug(int debug) |
| 106 | { | 106 | { |
| 107 | #if DEBUG | ||
| 107 | plist_xml_debug = debug; | 108 | plist_xml_debug = debug; |
| 109 | #endif | ||
| 108 | } | 110 | } |
| 109 | 111 | ||
| 110 | static size_t dtostr(char *buf, size_t bufsize, double realval) | 112 | static size_t dtostr(char *buf, size_t bufsize, double realval) |
