Record the time of compilation, too.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4233 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2008-03-23 00:05:41 +00:00
parent 02f3422fb3
commit 2ba55d14a8
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ static void posixExceptionHandler(int signum, siginfo_t * siginfo, WZ_DECL_UNUSE
# endif
write(dumpFile, "Compiled on: ", strlen("Compiled on: "));
write(dumpFile, __DATE__, strlen(__DATE__));
write(dumpFile, __DATE__ " " __TIME__, strlen(__DATE__ " " __TIME__));
write(dumpFile, "\n", 1);
write(dumpFile, "Compiled by: ", strlen("Compiled by: "));