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
366 B
12 lines
366 B
--- libchewing-0.3.0/src/chewingio.c.bz206232 2006-09-15 14:26:37.000000000 +1000
|
|
+++ libchewing-0.3.0/src/chewingio.c 2006-09-15 14:26:48.000000000 +1000
|
|
@@ -1206,7 +1206,7 @@
|
|
{
|
|
ChewingData *pgdata = ctx->data;
|
|
ChewingOutput *pgo = ctx->output;
|
|
- int rtn, key = ' ';
|
|
+ int rtn, key = '\0';
|
|
int keystrokeRtn = KEYSTROKE_ABSORB;
|
|
|
|
if ( ! pgdata->bSelect ) {
|