Fix destination folders for AmigaOS.

This commit is contained in:
2021-04-19 04:45:57 +01:00
parent b19a227908
commit 3faea21e6e
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ void DirectoryDepth(const char* path)
CurrentDir(pathLock);
dirLock = CreateDir((CONST_STRPTR) "DELETED");
dirLock = CreateDir((CONST_STRPTR) "DEPTH");
if(!dirLock)
{

View File

@@ -49,7 +49,7 @@ void ExtendedAttributes(const char* path)
CurrentDir(pathLock);
dirLock = CreateDir((CONST_STRPTR) "FILENAME");
dirLock = CreateDir((CONST_STRPTR) "XATTRS");
if(!dirLock)
{