nano

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

commit ca70ff69edf9118fe0dfbd2767b1dca132979878
parent dd87073020147240d27fd32e6b1f26fb0325b532
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed,  5 Apr 2006 15:05:05 +0000

comment fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3350 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 @@ -1409,7 +1409,7 @@ int write_file(const char *name, FILE *f_open, bool tmp, append_type /* Copy the file. */ copy_status = copy_file(f, backup_file); - /* And set metadata. */ + /* And set its metadata. */ if (copy_status != 0 || chown(backupname, openfile->current_stat->st_uid, openfile->current_stat->st_gid) == -1 ||