mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
additional null checks in player, gameselector, remoteclient, log (#2514)
This commit is contained in:
parent
212a7d00db
commit
0da2bdd7aa
4 changed files with 26 additions and 7 deletions
|
|
@ -283,7 +283,7 @@ void RemoteClient::readData()
|
|||
#ifdef QT_DEBUG
|
||||
qDebug() << "IN" << messageLength << QString::fromStdString(newServerMessage.ShortDebugString());
|
||||
#endif
|
||||
inputBuffer.remove(0, messageLength);
|
||||
qDebug() << inputBuffer.remove(0, messageLength);
|
||||
messageInProgress = false;
|
||||
|
||||
processProtocolItem(newServerMessage);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue