...and the Mac side.
This commit is contained in:
@@ -22,9 +22,7 @@
|
||||
#include "archutils/Darwin/Crash.h"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_VERSION_INFO)
|
||||
#include "ver.h"
|
||||
#endif
|
||||
|
||||
bool child_read( int fd, void *p, int size );
|
||||
|
||||
@@ -202,7 +200,7 @@ static void child_process()
|
||||
exit(1);
|
||||
}
|
||||
|
||||
fprintf( CrashDump, "%s crash report", PRODUCT_ID_VER );
|
||||
fprintf( CrashDump, "%s%s crash report", PRODUCT_FAMILY, product_version );
|
||||
#if defined(HAVE_VERSION_INFO)
|
||||
fprintf( CrashDump, " (build %lu, %s @ %s)", version_num, version_date, version_time );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user