Make nano at least not crash on weird binary data

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@326 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2000-11-26 02:09:53 +00:00
parent 7ffc01f00c
commit 9956e530d0
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ int read_file(int fd, char *filename)
buf[0] = 0;
}
/* Did we even GET a file? */
if (totsize == 0) {
if (totsize == 0 || fileptr == NULL) {
new_file();
statusbar(_("Read %d lines"), num_lines);
return 1;

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2000-11-25 15:18-0500\n"
"POT-Creation-Date: 2000-11-25 21:08-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"