mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Change default log filename to not use a space
bleh
This commit is contained in:
parent
746b1dab68
commit
c0b01f5a07
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ int main(int argc, char **argv)
|
|||
if (M_CheckParm("-logfile") && M_IsNextParm())
|
||||
format = M_GetNextParm();
|
||||
else
|
||||
format = "log-%Y-%m-%d %H-%M-%S.txt";
|
||||
format = "log-%Y-%m-%d_%H-%M-%S.txt";
|
||||
|
||||
strftime(logfile, sizeof logfile, format, timeinfo);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue