From bda23ce4df2a28988658767d7f1fa855c4e5ad23 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 3 Nov 2020 08:48:16 +0100 Subject: [PATCH] Fixed % in URL --- src/video_rxtx/rtp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_rxtx/rtp.cpp b/src/video_rxtx/rtp.cpp index 5635515fb..f2fbad35a 100644 --- a/src/video_rxtx/rtp.cpp +++ b/src/video_rxtx/rtp.cpp @@ -271,7 +271,7 @@ void rtp_video_rxtx::display_buf_increase_warning(int size) log_msg(LOG_LEVEL_VERBOSE, "\n***\n" "Unable to set buffer size to %d B.\n" #if defined WIN32 - "See https://github.com/CESNET/UltraGrid/wiki/Extending-Network-Buffers-%28Windows%29 for details.\n", + "See https://github.com/CESNET/UltraGrid/wiki/Extending-Network-Buffers-%%28Windows%%29 for details.\n", #else "Please set net.core.rmem_max value to %d or greater. (see also\n" "https://github.com/CESNET/UltraGrid/wiki/OS-Setup-UltraGrid)\n"