dump fixes
[m6w6/ext-psi] / src / parser.c
index 9475ff9bf029f65eed38221be97ad4e150dc34a8..9d3395cead126fa366552b0f434395e5b2880fde 100644 (file)
@@ -151,7 +151,7 @@ static inline zend_string *macro_to_constant(struct psi_parser *parser,
                token_t typ = psi_num_exp_exec(scope->macro->exp, &res, NULL, scope->cpp);
 
                switch (typ) {
-               CASE_IMPLVAL_NUM_PRINTF(smart_str_append_printf, &str, res);
+               CASE_IMPLVAL_NUM_PRINTF(smart_str_append_printf, &str, res, true);
                default:
                        assert(0);
                }