From bfc97788f081584ced9cd35d85b69b3fec6b907c Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 7 Feb 2023 12:47:10 +0100 Subject: Fix build without --enable-debug --- src/xplist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xplist.c') 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) void plist_xml_set_debug(int debug) { +#if DEBUG plist_xml_debug = debug; +#endif } static size_t dtostr(char *buf, size_t bufsize, double realval) -- cgit v1.1-32-gdbae