Hmmm it was lurking in other places!
This commit is contained in:
parent
c26f935072
commit
a5ce89d14f
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user