diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-11-17 01:18:44 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-11-17 01:18:44 +0000 |
| commit | f8374320671c6a39b6d2935b5b3e21b5824e4407 (patch) | |
| tree | e8f1280d7479efefe71879ca2d9e78fbe327b405 /java/jdk16/files/patch-j2se::font::t1.c | |
| parent | 088b4fa7df37b5bea6880adfa83fcc36d9e7dc6a (diff) | |
Diffstat (limited to 'java/jdk16/files/patch-j2se::font::t1.c')
| -rw-r--r-- | java/jdk16/files/patch-j2se::font::t1.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/java/jdk16/files/patch-j2se::font::t1.c b/java/jdk16/files/patch-j2se::font::t1.c deleted file mode 100644 index 7cb654bf7ff0..000000000000 --- a/java/jdk16/files/patch-j2se::font::t1.c +++ /dev/null @@ -1,17 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/share/native/sun/font/t2k/t1.c.orig Tue Oct 19 15:00:39 2004 -+++ ../../j2se/src/share/native/sun/font/t2k/t1.c Tue Jul 18 21:42:18 2006 -@@ -2035,9 +2035,10 @@ - - if ( firstChar >= 'A' && firstChar <= 'Z' ) - lookupIndex = firstChar - 'A'; -- else -+ else if ( firstChar >= 'a' && firstChar <= 'z' ) - lookupIndex = firstChar - 'a' + 26; -- -+ else /* underscore is also valid but not handled */ -+ return 0; - - startIndex = PSNAME_START_INDEX[ lookupIndex ]; - endIndex = PSNAME_START_INDEX[ lookupIndex + 1 ]; |
