cvs: gd /libgd gdft.c
[email protected] ("Pierre-Alain Joye")
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvspajoye1170327686@cvsserver> |
pajoye Thu Feb 1 11:01:26 2007 UTC
Modified files:
/gd/libgd gdft.c
Log:
- #30, do not extend sign (restores the ability to recognize and handle a
font with Adobe-specific character encoding (Adobe custom) ).
http://cvs.php.net/viewvc.cgi/gd/libgd/gdft.c?r1=1.29&r2=1.30&diff_format=u
Index: gd/libgd/gdft.c
diff -u gd/libgd/gdft.c:1.29 gd/libgd/gdft.c:1.30
--- gd/libgd/gdft.c:1.29 Wed Jan 31 23:31:38 2007
+++ gd/libgd/gdft.c Thu Feb 1 11:01:26 2007
@@ -1210,6 +1210,7 @@
case gdFTEX_Adobe_Custom:
default:
+ ch &= 0xFF;
next++;
break;
}