You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
302 B
12 lines
302 B
--- libchewing-0.3.0/src/chewingio.c.3-bz209575 2006-11-03 15:04:48.000000000 +1000
|
|
+++ libchewing-0.3.0/src/chewingio.c 2006-11-03 15:06:15.000000000 +1000
|
|
@@ -176,6 +176,8 @@
|
|
pgdata->PointStart = -1;
|
|
pgdata->PointEnd = 0;
|
|
pgdata->phrOut.nNumCut = 0;
|
|
+ CleanAllBuf( pgdata );
|
|
+
|
|
return 0;
|
|
}
|
|
|