The version_time variable is itself const. I.e., constant pointer to constant data.

This commit is contained in:
Steve Checkoway
2007-02-04 02:08:25 +00:00
parent 113a4f0eca
commit ea316d22a0
2 changed files with 2 additions and 2 deletions
@@ -24,7 +24,7 @@
#if defined(HAVE_VERSION_INFO)
extern const unsigned long version_num;
extern const char *version_time;
extern const char *const version_time;
#endif
const char *g_pCrashHandlerArgv0 = NULL;