aboutsummaryrefslogtreecommitdiffstats
path: root/tfshark.c
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-10-25 14:42:47 -0700
committerGuy Harris <gharris@sonic.net>2020-10-25 14:42:47 -0700
commitf7c99f73e2870ffa4e64ad26c064671225da287d (patch)
tree0b9452de526bb918cf2854d030ef9c8f68459681 /tfshark.c
parenta8d023ba581bab311e58dce13706125b28271535 (diff)
Revert "Apparently, WS_WIKI_URL() is unworkable not only in C++ but in C."
This reverts commit 5df29254347daab8ab9f530a0b9dfd0b32a40efc. The problem only showed up in tfshark.c, and was caused by tfshark.c using stuff from ui/urls.h but not *including* ui/urls.h.
Diffstat (limited to 'tfshark.c')
-rw-r--r--tfshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tfshark.c b/tfshark.c
index d853ec93a6..f5cb7578dd 100644
--- a/tfshark.c
+++ b/tfshark.c
@@ -954,7 +954,7 @@ main(int argc, char *argv[])
"Sorry, but TFShark has to terminate now.\n"
"\n"
"Some infos / workarounds can be found at:\n"
- WS_WIKI_HOME_URL "/" "KnownBugs/OutOfMemory" "\n");
+ WS_WIKI_URL("KnownBugs/OutOfMemory") "\n");
success = FALSE;
}
ENDTRY;