projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fa63e4
)
Fix small mistake in last commit. (still falls in the same Changelog entry) (#118957)
author
Noah Levitt
<nlevitt@src.gnome.org>
Wed, 6 Aug 2003 01:25:46 +0000
(
01:25
+0000)
committer
Noah Levitt
<nlevitt@src.gnome.org>
Wed, 6 Aug 2003 01:25:46 +0000
(
01:25
+0000)
glib/guniprop.c
patch
|
blob
|
history
diff --git
a/glib/guniprop.c
b/glib/guniprop.c
index a76452b92173d1fa075ba1ae09bd8524fb283432..9cef6e7cdbc706a3a21cbbfea05a7bdb334d3134 100644
(file)
--- a/
glib/guniprop.c
+++ b/
glib/guniprop.c
@@
-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