mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-07 00:50:19 +01:00
Merge branch 'trace_parse_fix' into 'master'
cairo-trace: Fix escape character encoding in string literals See merge request cairo/cairo!72
This commit is contained in:
commit
577477207a
1 changed files with 1 additions and 0 deletions
|
|
@ -1824,6 +1824,7 @@ _encode_string_literal (char *out, int max,
|
|||
*out++ = '\\';
|
||||
*out++ = 'r';
|
||||
max -= 2;
|
||||
break;
|
||||
case '\t':
|
||||
*out++ = '\\';
|
||||
*out++ = 't';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue