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-13 21:15:43 +01:00
2012-06-12 04:11:34 +01:00
2012-06-13 21:15:43 +01:00
2012-05-06 20:13:15 +01:00
2016-03-21 18:46:50 +09:00
2012-06-12 04:11:34 +01:00
2012-06-11 20:08:17 +01:00
2012-06-13 21:15:43 +01:00