Defuling enabled
This commit is contained in:
2026-08-27 22:00:44 +02:00
parent 20aa5c2416
commit f0efa84610
6 changed files with 28 additions and 18 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ void toLog(FILE *file, const char *format, double *optional) {
static bool logFileFailed = false;
if (logFile == NULL) {
logFile = fopen("\\work\\toLog.txt", "w");
logFile = fopen("\\work\\log.txt", "w");
if (logFile == NULL) {
logFileFailed = true;