diff options
author | Tor Lillqvist <tml@iki.fi> | 2003-01-29 03:35:40 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2003-01-29 03:35:40 +0000 |
commit | 2fe33cf8a280ad9bcccc6bc65e411d64609175af (patch) | |
tree | 7cd6d0b70b86c3c6c3d2f11d990f22045706caef /ChangeLog.pre-1-6 | |
parent | 22f64c4ebb06ef98ecc8a395cb07170030489b0c (diff) | |
download | pango-2fe33cf8a280ad9bcccc6bc65e411d64609175af.tar.gz |
Break out of loop if char is 0xFFFF. Some fonts have tables terminated
2003-01-29 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32.c (pango_win32_font_calc_coverage): Break out
of loop if char is 0xFFFF. Some fonts have tables terminated like
this.
Diffstat (limited to 'ChangeLog.pre-1-6')
-rw-r--r-- | ChangeLog.pre-1-6 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index a453b920..b6d71a58 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,9 @@ +2003-01-29 Tor Lillqvist <tml@iki.fi> + + * pango/pangowin32.c (pango_win32_font_calc_coverage): Break out + of loop if char is 0xFFFF. Some fonts have tables terminated like + this. + Tue Jan 28 15:18:24 2003 Owen Taylor <otaylor@redhat.com> * autogen.sh (have_automake): Fix version in complaint |