Commit 7be32046 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

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
No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
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> 2009-11-07 Chris Allegretta <chrisa@asty.org>
* nano.h - Add bogus value at begin of flags enumeration because it * nano.h - Add bogus value at begin of flags enumeration because it
causes casesens rcfile option to misbehave, reported by Helmut 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) ...@@ -516,7 +516,6 @@ void read_file(FILE *f, int fd, const char *filename, bool undoable)
fclose(f); fclose(f);
if (fd > 0) { if (fd > 0) {
int closecode = close(fd); int closecode = close(fd);
fprintf(stderr, "Closecode = %d\n", closecode);
writable = is_file_writable(filename); writable = is_file_writable(filename);
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment