Merge branch 'master' into fix-indent

This commit is contained in:
Kim Kulling
2021-08-10 21:39:13 +02:00
committed by GitHub
188 changed files with 1237 additions and 1205 deletions

View File

@@ -274,7 +274,7 @@ private:
if (ret) {
value = std::atoi(strValue.c_str());
return true;
}
}
return false;
}