changeset 36135:0eeabe15682a

Remove unnecessary and incorrect assignment. Thanks to Martynas Venckus [martynas venck us] for spotting and reporting the bug.
author reimar
date Sat, 04 May 2013 21:41:35 +0000
parents 2b742d298c68
children b4199449fc69
files input/input.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/input/input.c	Sat May 04 20:01:40 2013 +0000
+++ b/input/input.c	Sat May 04 21:41:35 2013 +0000
@@ -1723,7 +1723,6 @@
       if(bs > (end-buffer))
 	memmove(buffer,end,bs-(end-buffer));
       bs -= (end-buffer);
-      buffer[bs-1] = '\0';
       continue;
     }
   }