commit a617d9c05e1a003187b8d14f4b1dde5123136cd4
parent 99e6293cd01f248f364cd28fa1cc5afcbd136576
Author: Benno Schulenberg <bensberg@justemail.net>
Date: Mon, 23 May 2016 21:25:00 +0200
tweaks: remove a redundant assignment
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/files.c b/src/files.c
@@ -746,7 +746,6 @@ void read_file(FILE *f, int fd, const char *filename, bool undoable, bool checkw
assert(openfile->fileage != NULL && openfile->current != NULL);
buf = charalloc(bufx);
- buf[0] = '\0';
#ifndef NANO_TINY
if (undoable)