Due to GEMDOS restrictions, only create 90 folders in Atari ST.

This commit is contained in:
2021-05-20 15:09:15 +01:00
parent 3711470500
commit 9b2c9a7e80

View File

@@ -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);