use shitfucking stupid linebreaks so that our text files don't like stupid compact blobs in Notepad

(really, fuck Notepad)
This commit is contained in:
Arisotura
2021-05-06 00:40:11 +02:00
parent d3c298bbe4
commit 6f91bcc39f
2 changed files with 7 additions and 7 deletions

View File

@ -173,9 +173,9 @@ void Save()
}
if (entry->Type == 0)
fprintf(f, "%s=%d\n", entry->Name, *(int*)entry->Value);
fprintf(f, "%s=%d\r\n", entry->Name, *(int*)entry->Value);
else
fprintf(f, "%s=%s\n", entry->Name, (char*)entry->Value);
fprintf(f, "%s=%s\r\n", entry->Name, (char*)entry->Value);
entry++;
}