mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 22:59:19 +02:00
partial replacement of char arrays with std::string; minor updates, fixes and cleanup of mctools
This commit is contained in:
@@ -5836,7 +5836,7 @@ bool TMoverParameters::readDList( std::string const &line ) {
|
||||
++DLISTLINE;
|
||||
int idx = 0;
|
||||
parser >> idx;
|
||||
if( idx >= sizeof( DElist ) ) {
|
||||
if( idx >= sizeof( RList ) ) {
|
||||
WriteLog( "Read DList: number of entries exceeded capacity of the data table" );
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user