diff options
Diffstat (limited to 'java/jdk13/files/patch-t2kScalerContext.cpp')
-rw-r--r-- | java/jdk13/files/patch-t2kScalerContext.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/jdk13/files/patch-t2kScalerContext.cpp b/java/jdk13/files/patch-t2kScalerContext.cpp deleted file mode 100644 index 53034bc3b8e5..000000000000 --- a/java/jdk13/files/patch-t2kScalerContext.cpp +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../src/share/native/sun/awt/font/fontmanager/fontobjects/t2kScalerContext.cpp 12 Jul 2001 21:54:30 -0000 1.2 -+++ ../src/share/native/sun/awt/font/fontmanager/fontobjects/t2kScalerContext.cpp 10 Aug 2004 14:29:24 -0000 -@@ -784,7 +784,7 @@ - CMAPMapper::CharsToGlyphs( - int count, const Unicode unicodes[], UInt32 glyphs[]) const - { -- ConvertUnicodeToGlyphs(*font, (unsigned char *)cmap, count, unicodes, glyphs); -+ ConvertUnicodeToGlyphs(*font, (byte*&)cmap, count, unicodes, glyphs); - } - - ////////////////////////////////////////////////////////////////////////////// |