Fix small mistake in last commit. (still falls in the same Changelog entry) (#118957)

This commit is contained in:
Noah Levitt 2003-08-06 01:25:46 +00:00
parent 8fa63e43c8
commit ffa5f95327

View File

@ -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