[FSD] wallop message sending incomplete fixed

This commit is contained in:
Klaus Basan
2019-11-26 22:48:13 +01:00
committed by Mat Sutcliffe
parent 2a34786039
commit b9ea40e8d1
3 changed files with 11 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ namespace BlackMisc
return m_splitParts.at(index);
}
QString CSimpleCommandParser::remainingStringAfter(int index) const
QString CSimpleCommandParser::partAndRemainingStringAfter(int index) const
{
if (index < 0) { return m_cleanedLine; }
const QString p = this->part(index);