mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Write content to files in Z80 as some systems ignore empty files.
This commit is contained in:
@@ -51,6 +51,8 @@ void MillionFiles(const char* path)
|
||||
h = fopen(filename, "w");
|
||||
if(h == NULL) break;
|
||||
|
||||
// Needed or some systems do not create empty files at all.
|
||||
fprintf(h, "%s\n", filename);
|
||||
fclose(h);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user