nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit d20c0c34f53507dd597b54a92644c4776f776711
parent 0998a64fb9cea4aa63487f5298ab6dedcc7f868d
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue, 31 May 2005 03:36:15 +0000

comment fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2569 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/files.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/files.c b/src/files.c @@ -1575,7 +1575,7 @@ int write_file(const char *name, bool tmp, int append, bool /* Set the umask back to the user's original value. */ umask(original_umask); - /* First, just give up if we couldn't even open the file. */ + /* If we couldn't open the file, give up. */ if (fd == -1) { statusbar(_("Error writing %s: %s"), realname, strerror(errno));