diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2010-10-21 07:13:43 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2010-10-21 07:13:43 +0000 |
commit | 2cedc69849087c220c7d9f04c559e9824fde844d (patch) | |
tree | 26815d44b8853ef6cdd90ac777f4b1c569584a76 /dumpcap.c | |
parent | 5c18160006d1df99214d3a8d0fa30ebfeab7dda7 (diff) | |
download | wireshark-2cedc69849087c220c7d9f04c559e9824fde844d.tar.gz wireshark-2cedc69849087c220c7d9f04c559e9824fde844d.tar.bz2 wireshark-2cedc69849087c220c7d9f04c559e9824fde844d.zip |
Fixed "Compiled with" information in the About box.
svn path=/trunk/; revision=34601
Diffstat (limited to 'dumpcap.c')
-rw-r--r-- | dumpcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3613,7 +3613,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, NULL); + get_compiled_version_info(comp_info_str, NULL, NULL); /* Assemble the run-time version information string */ runtime_info_str = g_string_new("Running "); |