mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7ff9f6098c
PR: ports/14656 Submitted by: maintainer
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);
|
|
|