diff options
Diffstat (limited to 'compile.c')
| -rw-r--r-- | compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1804,7 +1804,7 @@ CORD compile(env_t *env, ast_t *ast) if (isprint(c)) code = CORD_cat_char(code, c); else - CORD_sprintf(&code, "%r\\x%02X", code, (uint8_t)c); + CORD_sprintf(&code, "%r\"\"\\x%02X\"\"", code, (uint8_t)c); break; } } |
