This commit is contained in:
john30
2021-01-10 15:45:53 +01:00
parent 5c07889801
commit fd735278c8
+1 -1
View File
@@ -121,7 +121,7 @@ int main() {
templates->readLineFromStream(&dummystr, "inline", false, &lineNo, &row, &errorDescription, false, nullptr, nullptr);
const DataField* fields = nullptr;
for (unsigned int i = 0; i < sizeof(checks) / sizeof(checks[0]); i++) {
string check[5] = checks[i];
string* check = checks[i];
istringstream isstr(check[0]);
string expectStr = check[1];
MasterSymbolString mstr;