MSW compile fix

This commit is contained in:
Martin Pulec
2016-02-16 19:31:30 +01:00
parent 6d7d7da4de
commit 57c14249ba

View File

@@ -252,7 +252,7 @@ void rtp_video_rxtx::display_buf_increase_warning(int size)
fprintf(stderr, "\n***\n"
"Unable to set buffer size to %d B.\n"
#if defined WIN32
"See https://www.sitola.cz/igrid/index.php/Extending_Network_Buffers_%%28Windows%%29 for details.\n"
"See https://www.sitola.cz/igrid/index.php/Extending_Network_Buffers_%%28Windows%%29 for details.\n",
#else
"Please set net.core.rmem_max value to %d or greater. (see also\n"
"https://www.sitola.cz/igrid/index.php/OS_Setup_UltraGrid)\n"