Change: add a timestamp in name of crash files

This commit is contained in:
glx22
2021-12-22 19:26:49 +01:00
committed by Michael Lutz
parent d9a37c915f
commit b6c5f49379
4 changed files with 28 additions and 5 deletions

View File

@@ -85,6 +85,8 @@ protected:
char *LogGamelog(char *buffer, const char *last) const;
char *LogRecentNews(char *buffer, const char *list) const;
int CreateFileName(char *filename, const char *filename_last, const char *ext, bool with_dir = true) const;
public:
/** Stub destructor to silence some compilers. */
virtual ~CrashLog() {}