diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-29 17:06:34 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-29 17:06:34 +0000 |
commit | af71513ee41c7d548f4e57c022305b3f7988d7b1 (patch) | |
tree | a13680ab2fc773defb89e24d303f5c1c751651e3 /app-i18n/xvnkb/files | |
parent | Stable x86. (Manifest recommit) (diff) | |
download | gentoo-2-af71513ee41c7d548f4e57c022305b3f7988d7b1.tar.gz gentoo-2-af71513ee41c7d548f4e57c022305b3f7988d7b1.tar.bz2 gentoo-2-af71513ee41c7d548f4e57c022305b3f7988d7b1.zip |
Initial import. Thanks to <nnt@nntsoft.com>, James W. Dumay <i386@sauceage.org> and Nguyen Thai Ngoc Duy <pclouds@vnlinux.org>. Closing bug #32875
Diffstat (limited to 'app-i18n/xvnkb/files')
-rw-r--r-- | app-i18n/xvnkb/files/digest-xvnkb-0.2.8a | 1 | ||||
-rw-r--r-- | app-i18n/xvnkb/files/xvnkb-0.2.8a.patch | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/app-i18n/xvnkb/files/digest-xvnkb-0.2.8a b/app-i18n/xvnkb/files/digest-xvnkb-0.2.8a new file mode 100644 index 000000000000..a29f0d100239 --- /dev/null +++ b/app-i18n/xvnkb/files/digest-xvnkb-0.2.8a @@ -0,0 +1 @@ +MD5 9a94de76689b3ea12a688d4602fc019e xvnkb-0.2.8a.tar.bz2 76221 diff --git a/app-i18n/xvnkb/files/xvnkb-0.2.8a.patch b/app-i18n/xvnkb/files/xvnkb-0.2.8a.patch new file mode 100644 index 000000000000..51862a1986bd --- /dev/null +++ b/app-i18n/xvnkb/files/xvnkb-0.2.8a.patch @@ -0,0 +1,16 @@ +diff -ur xvnkb-0.2.8/visckey.c xvnkb-0.2.8-new/visckey.c +--- xvnkb-0.2.8/visckey.c 2004-01-17 05:19:17.000000000 +0700 ++++ xvnkb-0.2.8-new/visckey.c 2004-03-03 04:20:44.000000000 +0700 +@@ -423,8 +423,11 @@ + /*----------------------------------------------------------------------------*/ + inline void VKClearBuffer() + { +- tempoff = count = *word = vpc = 0; ++ tempoff = count = *word = 0; ++#ifdef VK_CHECK_SPELLING ++ vpc = 0; + vp = -1; ++#endif + } + /*----------------------------------------------------------------------------*/ + inline long VKBackspaceDelete() |