aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-10-21 07:13:43 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-10-21 07:13:43 +0000
commit2cedc69849087c220c7d9f04c559e9824fde844d (patch)
tree26815d44b8853ef6cdd90ac777f4b1c569584a76 /tshark.c
parent5c18160006d1df99214d3a8d0fa30ebfeab7dda7 (diff)
Fixed "Compiled with" information in the About box.
svn path=/trunk/; revision=34601
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tshark.c b/tshark.c
index 544fabbe0e..fdf429ba2a 100644
--- a/tshark.c
+++ b/tshark.c
@@ -1257,7 +1257,7 @@ main(int argc, char *argv[])
GString *runtime_info_str;
/* Assemble the compile-time version information string */
comp_info_str = g_string_new("Compiled ");
- get_compiled_version_info(comp_info_str, epan_get_compiled_version_info);
+ get_compiled_version_info(comp_info_str, NULL, epan_get_compiled_version_info);
/* Assemble the run-time version information string */
runtime_info_str = g_string_new("Running ");