diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/shell.c.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shell.c.in b/src/shell.c.in index c53b9104f..d44048aa3 100644 --- a/src/shell.c.in +++ b/src/shell.c.in @@ -3202,8 +3202,6 @@ static char *translateForDisplayAndDup( n++; j++; }while( (n&7)!=0 && n<mxWidth ); - n += 8; - n &= ~7; i++; continue; } |