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
master
David Lawrence Ramsey 2004-07-06 14:02:44 +00:00
parent f7b5d930a9
commit 25529074d3
1 changed files with 1 additions and 1 deletions

View File

@ -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