util: put QC() in ()

This commit is contained in:
Robert Swiecki 2023-09-22 16:40:56 +02:00
parent d7cf1a9c0d
commit d1b74c2238

2
util.h
View File

@ -39,7 +39,7 @@
} \
} while (0)
#define QC(x) util::StrQuote(x).c_str()
#define QC(x) (util::StrQuote(x).c_str())
namespace util {