aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/fcitx/files/patch-ime.c
blob: b30ba814e04d2d684d6f29f42a52b21b862089da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- ime.c.orig  Fri Jan  9 21:37:21 2004
+++ ime.c   Fri Jan  9 21:36:57 2004
@@ -682,11 +682,11 @@
 
 void DoPhraseTips (void)
 {
-    if (!PhraseTips)
-   return;
-
     char            strTemp[MAX_HZ_SAVED * 2 + 1];
     INT8            count;
+
+    if (!PhraseTips)
+   return;
 
     strTemp[0] = '\0';
     for (count = 0; count < iHZLastInputCount; count++)