tweaks: die on an impossible condition -- to be removed later
parent
3347682fd0
commit
e917ef0105
|
@ -1535,7 +1535,7 @@ bool write_file(const char *name, FILE *f_open, bool tmp,
|
||||||
/* The number of lines written, for feedback on the status bar. */
|
/* The number of lines written, for feedback on the status bar. */
|
||||||
|
|
||||||
if (*name == '\0')
|
if (*name == '\0')
|
||||||
return -1;
|
die("Tried to write a nameless file");
|
||||||
|
|
||||||
realname = real_dir_from_tilde(name);
|
realname = real_dir_from_tilde(name);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue