From 65661f4109da398e05dd2b4703c8a7d03af78662 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Wed, 21 Nov 2018 23:53:15 -0500 Subject: [PATCH] proper access when creating resource file. --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index 7bbd71c..506b842 100644 --- a/config.c +++ b/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;