mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
issue 3428: fix comment in escape_string
This commit is contained in:
parent
255ffe09d4
commit
0ad7709c22
@ -3258,7 +3258,7 @@ escape_string (GString *string)
|
||||
|
||||
pos = p - string->str;
|
||||
|
||||
/* Largest char we escape is 0x0a, so we don't have to worry
|
||||
/* Largest char we escape is 0x9f, so we don't have to worry
|
||||
* about 8-digit \Uxxxxyyyy
|
||||
*/
|
||||
tmp = g_strdup_printf ("\\u%04x", wc);
|
||||
|
Loading…
Reference in New Issue
Block a user