Due to GEMDOS restrictions, only create 100 files in Atari ST.

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

View File

@@ -56,7 +56,7 @@ void MillionFiles(const char* path)
log_write("Creating lots of files.\n");
for(pos = 0; pos < 1000; pos++)
for(pos = 0; pos < 100; pos++)
{
memset(filename, 0, 9);
sprintf(filename, "%08d", pos);