Commit a617d9c0 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: remove a redundant assignment

parent 99e6293c
Showing with 0 additions and 1 deletion
+0 -1
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment