Commit 25529074 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

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
parent f7b5d930
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
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