Small fixes in Atari ST.

This commit is contained in:
2021-04-25 20:05:16 +01:00
parent f59b7ea474
commit 52d8ba6126
4 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ void FilePermissions(const char* path)
{
long** cookieJar = _p_cookies;
long cookie;
int rc, cRc;
int rc, cRc, i;
FILE* file;
char driveNo = path[0] - '@';