diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 1999-08-19 09:19:30 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 1999-08-19 09:19:30 +0000 |
commit | c6cace87c28b68e3981186743ad173a70d9b6637 (patch) | |
tree | 7babe79ae9cd48c8f00481f3990fe1c834413bc7 /chinese/xcin25 | |
parent | a49da8c757fc80e3a6d37fe66500e34b99c83457 (diff) |
Notes
Diffstat (limited to 'chinese/xcin25')
-rw-r--r-- | chinese/xcin25/files/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/xcin25/files/patch-ab b/chinese/xcin25/files/patch-ab index b14cc06cd7cb..d4c3ca5a1e48 100644 --- a/chinese/xcin25/files/patch-ab +++ b/chinese/xcin25/files/patch-ab @@ -8,10 +8,10 @@ last_win = cli_win; if ( ignore_cli_stat ) - ignore_cli_stat = 0; + ignore_cli_stat = 0; else if ( state->_CurInMethod ) -- memcpy( &inmdstate, state, sizeof( inmdstate ) ); +- memcpy( &inmdstate, state, sizeof( inmdstate ) ); + if(memcmp(&inmdstate, state, sizeof( inmdstate))) + memcpy( &inmdstate, state, sizeof( inmdstate ) ); + else |