diff options
Diffstat (limited to 'buf.c')
-rw-r--r-- | buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -491,7 +491,7 @@ int Buf::shiftleft(int n) for (i=0;i<mvsz;i++) { char c = buf[n+i]; - printf("%c",c); + //printf("%c",c); buf[i] = c; } this->cur_size -= n; |