mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-23 21:29:39 +03:00
tweaks: die on an impossible condition -- to be removed later
This commit is contained in:
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. */
|
||||
|
||||
if (*name == '\0')
|
||||
return -1;
|
||||
die("Tried to write a nameless file");
|
||||
|
||||
realname = real_dir_from_tilde(name);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user