summaryrefslogtreecommitdiff
path: root/app-i18n/skkfep/files/skkfep-system-dic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/skkfep/files/skkfep-system-dic.patch')
-rw-r--r--app-i18n/skkfep/files/skkfep-system-dic.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-i18n/skkfep/files/skkfep-system-dic.patch b/app-i18n/skkfep/files/skkfep-system-dic.patch
deleted file mode 100644
index ba57a2a41f0b..000000000000
--- a/app-i18n/skkfep/files/skkfep-system-dic.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/kkconv.c
-+++ b/kkconv.c
-@@ -660,7 +660,9 @@
- flushOut(l);
- #ifdef USE_SERVER
- if (!CandFromServer) {
-- selectCand(FirstCandEntry,CurrentCand);
-+ if (FirstCandEntry != NULL) {
-+ selectCand(FirstCandEntry,CurrentCand);
-+ }
- }
- else if (NetLearnMode != LearnOff) {
- if (CurrentCand->dicitem == NULL) {