mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 10:38:08 +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 (ISMARK(t))
|
||||||
{
|
{
|
||||||
if (!remove_dot || c != 0x307 /* COMBINING DOT ABOVE */)
|
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);
|
p = g_utf8_next_char (p);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user