mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 14:06:15 +01:00
Fix small mistake in last commit. (still falls in the same Changelog entry) (#118957)
This commit is contained in:
parent
8fa63e43c8
commit
ffa5f95327
@ -560,7 +560,7 @@ output_marks (const char **p_inout,
|
||||
if (ISMARK(t))
|
||||
{
|
||||
if (!remove_dot || c != 0x307 /* COMBINING DOT ABOVE */)
|
||||
len += g_unichar_to_utf8 (c, out_buffer);
|
||||
len += g_unichar_to_utf8 (c, out_buffer ? out_buffer + len : NULL);
|
||||
p = g_utf8_next_char (p);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user