specifiy length of m_data when constructing string #55

develop
Geoffrey Merck 7 months ago committed by GitHub
parent 0d434548fc
commit 4e7a58c5d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -139,5 +139,5 @@ std::string CTextCollector::getData()
m_has2 = false;
m_has3 = false;
return std::string("ABCDEFGHIJ0123456789");
return std::string(m_data, TEXT_DATA_LENGTH);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.