aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
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 7e543d2b92..65e9a2be44 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_URL("KnownBugs/OutOfMemory") "\n");
+ WS_WIKI_HOME_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_URL("KnownBugs/OutOfMemory") "\n");
+ WS_WIKI_HOME_URL "/" "KnownBugs/OutOfMemory" "\n");
abort();
}
ENDTRY;