mirror of
https://github.com/ksherlock/qserver.git
synced 2024-10-31 09:08:53 +00:00
proper access when creating resource file.
This commit is contained in:
parent
229173b1ce
commit
65661f4109
2
config.c
2
config.c
@ -53,7 +53,7 @@ static CreateRecGS CreateDCB = {4, (GSString255Ptr)&folderPath, 0xe3, 0x0f, 0};
|
||||
}
|
||||
if (t == fileNotFound) // file doesn't exist, create
|
||||
{
|
||||
CreateResourceFile(0,0x5A,0,(Pointer)&filePath);
|
||||
CreateResourceFile(0,0x5A,0xe3,(Pointer)&filePath);
|
||||
if (_toolErr) return 0;
|
||||
}
|
||||
else if (t) return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user