mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Due to GEMDOS restrictions, only create 100 files in Atari ST.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user