17 lines
460 B
Diff
17 lines
460 B
Diff
Index: tcsh/sh.dol.c
|
|
===================================================================
|
|
--- tcsh.orig/sh.dol.c
|
|
+++ tcsh/sh.dol.c
|
|
@@ -485,9 +485,10 @@ Dgetdol(void)
|
|
(void) sigrelse(SIGINT);
|
|
#endif /* BSDSIGS */
|
|
np = wbuf;
|
|
- while (force_read(OLDSTD, cbuf + cbp++, 1) == 1) {
|
|
+ while (force_read(OLDSTD, cbuf + cbp, 1) == 1) {
|
|
int len;
|
|
|
|
+ cbp++;
|
|
len = normal_mbtowc(np, cbuf, cbp);
|
|
if (len == -1) {
|
|
reset_mbtowc();
|