mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
minor bug fixes
This commit is contained in:
@@ -188,7 +188,7 @@ std::string cParser::readToken( bool ToLower, const char *Break ) {
|
||||
c = tolower( c );
|
||||
token += c;
|
||||
if( findQuotes( token ) ) // do glue together words enclosed in quotes
|
||||
break;
|
||||
continue;
|
||||
if( trimComments( token ) ) // don't glue together words separated with comment
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user