fixed missing newline
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user