Minor type fixes to DOS.

This commit is contained in:
2021-03-11 04:48:10 +00:00
parent 90bf021197
commit 8944c844c4
4 changed files with 6 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ void Timestamps(const char* path)
return;
}
rc = chdir("TIMES");
chdir("TIMES");
printf("Creating timestamped files.\n");