Skip to content
Snippets Groups Projects
Commit c285000c authored by James R.'s avatar James R.
Browse files

Change default log filename to not use a space

bleh
parent d9d13764
No related branches found
No related tags found
2 merge requests!734Rebase Keycodes only branch.,!567haha log files
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment