mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 04:19:19 +02:00
basic patches for most of discovered memory leaks, fixes for brake system components
This commit is contained in:
@@ -191,7 +191,7 @@ bool cParser::trimComments(std::string &String)
|
||||
return false;
|
||||
}
|
||||
|
||||
std::string cParser::readComment(const std::string Break)
|
||||
std::string cParser::readComment(std::string const &Break)
|
||||
{ // pobieranie znaków a¿ do znalezienia znacznika koñca
|
||||
std::string token = "";
|
||||
while (mStream->peek() != EOF)
|
||||
|
||||
Reference in New Issue
Block a user