Record the time of compilation, too.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4233 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
02f3422fb3
commit
2ba55d14a8
|
@ -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: "));
|
||||
|
|
Loading…
Reference in New Issue