mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Due to GEMDOS restrictions, only create 90 folders in Atari ST.
This commit is contained in:
@@ -63,6 +63,8 @@ void DirectoryDepth(const char* path)
|
||||
if(rc == E_OK) rc = Dsetpath(filename);
|
||||
|
||||
pos++;
|
||||
|
||||
if(pos >= 90) break;
|
||||
}
|
||||
|
||||
log_write("\tCreated %d levels of directory hierarchy\n", pos);
|
||||
|
||||
Reference in New Issue
Block a user