fixed missing newline

This commit is contained in:
john30
2015-05-04 21:48:43 +02:00
parent 830e789ce7
commit 8c9be6074e
+1
View File
@@ -261,6 +261,7 @@ void connect(const char* host, uint16_t port, char* const *args, int argCount)
} }
} }
message += '\n';
socket->send(message.c_str(), message.size()); socket->send(message.c_str(), message.size());
if (strcasecmp(message.c_str(), "Q") == 0 if (strcasecmp(message.c_str(), "Q") == 0