tcsh/tcsh-6.14.00-read.patch
2005-08-05 14:46:39 +00:00

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();