nano

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

commit 25529074d3b021b07c925d51068900ed14ba5483
parent f7b5d930a9a20d710909048fbd8978edbbdaa8dd
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue,  6 Jul 2004 14:02:44 +0000

put back erroneously removed initialization of original_umask


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1843 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 @@ -1392,7 +1392,7 @@ int write_file(const char *name, int tmp, int append, int nonamechange) size_t lineswritten = 0; const filestruct *fileptr = fileage; int fd; - mode_t original_umask; + mode_t original_umask = 0; /* Our umask, from when nano started. */ int realexists; /* The result of stat(). TRUE if the file exists, FALSE