mirror of git://git.sv.gnu.org/nano.git
2009-11-09 Chris Allegretta <chrisa@asty.org>
* files.c (read_file): - Remove debugging messages from file load git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4418 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
795be590d5
commit
7be32046b0
|
@ -1,3 +1,6 @@
|
|||
2009-11-09 Chris Allegretta <chrisa@asty.org>
|
||||
* files.c (read_file): - Remove debugging messages from file load
|
||||
|
||||
2009-11-07 Chris Allegretta <chrisa@asty.org>
|
||||
* nano.h - Add bogus value at begin of flags enumeration because it
|
||||
causes casesens rcfile option to misbehave, reported by Helmut
|
||||
|
|
|
@ -516,7 +516,6 @@ void read_file(FILE *f, int fd, const char *filename, bool undoable)
|
|||
fclose(f);
|
||||
if (fd > 0) {
|
||||
int closecode = close(fd);
|
||||
fprintf(stderr, "Closecode = %d\n", closecode);
|
||||
writable = is_file_writable(filename);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue