On Atari ST, run directory depth last.

This commit is contained in:
2021-05-16 23:32:20 +01:00
parent 80371e7990
commit 3711470500
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@@ -105,11 +105,16 @@ int main(int argc, char** argv)
Filenames(target);
Timestamps(target);
Links(target);
#ifndef __atarist__ // Because this prevents us from generation more folders
DirectoryDepth(target);
#endif
Fragmentation(target, clusterSize);
Sparse(target);
MillionFiles(target);
DeleteFiles(target);
#ifdef __atarist__ // Because this prevents us from generation more folders
DirectoryDepth(target);
#endif
GetVolumeInfo(target, &clusterSize);
log_close();