aboutsummaryrefslogtreecommitdiffstats
path: root/echld/dispatcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'echld/dispatcher.c')
-rw-r--r--echld/dispatcher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/echld/dispatcher.c b/echld/dispatcher.c
index ac9ef8dc44..82155f6965 100644
--- a/echld/dispatcher.c
+++ b/echld/dispatcher.c
@@ -495,8 +495,8 @@ static void preinit_epan(char* argv0, int (*main)(int, char **)) {
}
/* Add it to the information to be reported on a crash. */
- ws_add_crash_info("Echld " VERSION "%s\n%s\n%s",
- wireshark_gitversion, comp_info_str->str, runtime_info_str->str);
+ ws_add_crash_info("Echld %s\n%s\n%s",
+ ws_get_version_info(), comp_info_str->str, runtime_info_str->str);
init_stuff();