mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Minor type fixes to DOS.
This commit is contained in:
@@ -67,7 +67,7 @@ void Timestamps(const char* path)
|
||||
return;
|
||||
}
|
||||
|
||||
rc = chdir("TIMES");
|
||||
chdir("TIMES");
|
||||
|
||||
printf("Creating timestamped files.\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user