git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_2_branch/nano@1741
35c25a1d-7b9e-4130-9fde-
d3aeb78583b8
CVS code -
- General:
- Translation updates (see po/ChangeLog for details).
+- nano.c:
+ main()
+ - Don't call open_file with quiet flag set. Fixes Debian bug
+ #246956 (no warning when trying to open non-readable file).
GNU nano 1.2.3 - 2004.01.17
- General:
fprintf(stderr, "Main: open file\n");
#endif
- open_file(filename, 0, 1);
+ open_file(filename, 0, 0);
#ifdef ENABLE_MULTIBUFFER
/* If we're using multibuffers and more than one file is specified
on the command line, load them all and switch to the first one