mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +00:00
Change default log filename to not use a space
bleh
This commit is contained in:
parent
d9d13764e6
commit
c285000c56
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…
Reference in a new issue