diff --git a/util.h b/util.h index de3192a..821d0e3 100644 --- a/util.h +++ b/util.h @@ -39,7 +39,7 @@ } \ } while (0) -#define QC(x) util::StrQuote(x).c_str() +#define QC(x) (util::StrQuote(x).c_str()) namespace util {