diff options
author | Changwoo Ryu <cwryu@debian.org> | 2002-10-15 08:48:34 +0000 |
---|---|---|
committer | Changwoo Ryu <cwryu@src.gnome.org> | 2002-10-15 08:48:34 +0000 |
commit | 690645ea3f23de839bf83220a2afdcbc272fe914 (patch) | |
tree | e2983f543ed316dd0100636e4f19d6314b4f850b /ChangeLog | |
parent | d038fdbce6ea8f38b7998b298dc6daf8cf0d9d05 (diff) | |
download | pango-690645ea3f23de839bf83220a2afdcbc272fe914.tar.gz |
Added missing memcpy() from the static jamo buffer to allocated jamo
2002-10-15 Changwoo Ryu <cwryu@debian.org>
* modules/hangul/hangul-xft.c (hangul_engine_shape):
* modules/hangul/hangul-x.c (hangul_engine_shape): Added missing
memcpy() from the static jamo buffer to allocated jamo buffer
(#95569). Thanks to Jungshik Shin.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-10-15 Changwoo Ryu <cwryu@debian.org> + + * modules/hangul/hangul-xft.c (hangul_engine_shape): + * modules/hangul/hangul-x.c (hangul_engine_shape): Added missing + memcpy() from the static jamo buffer to allocated jamo buffer + (#95569). Thanks to Jungshik Shin. + Mon Oct 14 15:39:41 2002 Manish Singh <yosh@gimp.org> * pango/pango-context.c pango/pango-layout.c pango/pangoft2.c |