tweaks: die on an impossible condition -- to be removed later

master
Benno Schulenberg 2019-10-16 12:27:27 +02:00
parent 3347682fd0
commit e917ef0105
1 changed files with 1 additions and 1 deletions

View File

@ -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);