tweaks: remove a redundant assignment
parent
99e6293cd0
commit
a617d9c05e
|
@ -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);
|
assert(openfile->fileage != NULL && openfile->current != NULL);
|
||||||
|
|
||||||
buf = charalloc(bufx);
|
buf = charalloc(bufx);
|
||||||
buf[0] = '\0';
|
|
||||||
|
|
||||||
#ifndef NANO_TINY
|
#ifndef NANO_TINY
|
||||||
if (undoable)
|
if (undoable)
|
||||||
|
|
Loading…
Reference in New Issue