mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
12 lines
416 B
Plaintext
12 lines
416 B
Plaintext
|
--- src/Cinput/bimsphone/bimsphone.c.orig Wed Oct 27 14:37:45 1999
|
||
|
+++ src/Cinput/bimsphone/bimsphone.c Sat Nov 6 16:30:39 1999
|
||
|
@@ -362,7 +362,7 @@
|
||
|
inpinfo->mcch[i].wch = (wchar_t)0;
|
||
|
strncpy(inpinfo->mcch[i].s, selection+(*base+i)*2, 2);
|
||
|
}
|
||
|
- inpinfo->mcch[i].wch = (wchar_t)0;
|
||
|
+ /* inpinfo->mcch[i].wch = (wchar_t)0; */
|
||
|
inpinfo->n_mcch = i;
|
||
|
iccf->mode &= ~(PHONE_MODE_COMPOSEDOK);
|
||
|
|