mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Fix destination folders for AmigaOS.
This commit is contained in:
@@ -47,7 +47,7 @@ void DirectoryDepth(const char* path)
|
||||
|
||||
CurrentDir(pathLock);
|
||||
|
||||
dirLock = CreateDir((CONST_STRPTR) "DELETED");
|
||||
dirLock = CreateDir((CONST_STRPTR) "DEPTH");
|
||||
|
||||
if(!dirLock)
|
||||
{
|
||||
|
||||
@@ -49,7 +49,7 @@ void ExtendedAttributes(const char* path)
|
||||
|
||||
CurrentDir(pathLock);
|
||||
|
||||
dirLock = CreateDir((CONST_STRPTR) "FILENAME");
|
||||
dirLock = CreateDir((CONST_STRPTR) "XATTRS");
|
||||
|
||||
if(!dirLock)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user