aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.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 /tshark.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 'tshark.c')
-rw-r--r--tshark.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tshark.c b/tshark.c
index 65e9a2be44..7e543d2b92 100644
--- a/tshark.c
+++ b/tshark.c
@@ -2069,7 +2069,7 @@ main(int argc, char *argv[])
"Sorry, but TShark has to terminate now.\n"
"\n"
"More information and workarounds can be found at\n"
- WS_WIKI_HOME_URL "/" "KnownBugs/OutOfMemory" "\n");
+ WS_WIKI_URL("KnownBugs/OutOfMemory") "\n");
status = PROCESS_FILE_ERROR;
}
ENDTRY;
@@ -2577,7 +2577,7 @@ capture(void)
"Sorry, but TShark has to terminate now.\n"
"\n"
"More information and workarounds can be found at\n"
- WS_WIKI_HOME_URL "/" "KnownBugs/OutOfMemory" "\n");
+ WS_WIKI_URL("KnownBugs/OutOfMemory") "\n");
abort();
}
ENDTRY;