Hmmm it was lurking in other places!

This commit is contained in:
Godzil 2020-02-11 00:17:38 +00:00
parent c26f935072
commit a5ce89d14f

View File

@ -459,7 +459,7 @@ int ws_saveState(char *statepath)
}
}
int fp=open(newPath, O_RDWR|O_CREAT);
int fp=open(newPath, O_RDWR|O_CREAT, 0644);
delete newPath;
if (fp==-1)