Christian Fiedler 0aa7d2f8c2 Fixed two off-by-one errors in droidvncserver.c
the msg string is a concatenation of two strings and a '\n' character
(strlen(str1) + strlen(str2) + 1) is one byte off because the
string needs to be terminated by a NUL byte.
2016-05-21 21:49:26 +02:00
..
2012-06-12 18:12:06 +01:00
2012-06-13 21:15:43 +01:00
2012-06-11 20:08:48 +01:00
2012-06-13 21:15:43 +01:00