Skip to content

Commit

Permalink
Update QgCtrlppcheckTests.ctl
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM authored Jan 18, 2024
1 parent 3e7dae3 commit afc6247
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class MockCppCheck : CppCheck
{
string s;
fileToString(testFile, s, "UTF8");
s = substr(s, 0, strpos(s, "\n")); // get fist lines
s = substr(s, 0, strpos(s, "\n")); // get first line
const string key = "// start options: ";
int idx = strpos(s, key);

Expand Down

0 comments on commit afc6247

Please sign in to comment.