summaryrefslogtreecommitdiff
path: root/x11/qt3-libs/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qt3-libs/patches/patch-ad')
-rw-r--r--x11/qt3-libs/patches/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/qt3-libs/patches/patch-ad b/x11/qt3-libs/patches/patch-ad
deleted file mode 100644
index 61bf8a8b021..00000000000
--- a/x11/qt3-libs/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.5 2003/12/19 15:43:31 skrll Exp $
-
---- src/kernel/qscriptengine_x11.cpp.orig 2003-11-10 10:22:02.000000000 +0000
-+++ src/kernel/qscriptengine_x11.cpp
-@@ -2671,7 +2671,7 @@ static void hangul_shape_syllable( const
- } else if (syllableLength == 3) {
- int LIndex = ch[0].unicode() - Hangul_LBase;
- int VIndex = ch[1].unicode() - Hangul_VBase;
-- int TIndex = ch[1].unicode() - Hangul_TBase;
-+ int TIndex = ch[2].unicode() - Hangul_TBase;
- if (LIndex >= 0 && LIndex < Hangul_LCount &&
- VIndex >= 0 && VIndex < Hangul_VCount &&
- TIndex >= 0 && TIndex < Hangul_TCount )