mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 06:57:01 +00:00
Make the while loop actually loop
Coverity issue 23513.
This commit is contained in:
parent
ab1e642ef1
commit
f74de776ef
@ -1119,7 +1119,6 @@ namespace {
|
|||||||
+ out.substr(k + 1);
|
+ out.substr(k + 1);
|
||||||
//lyxerr << "output: " << out << endl;
|
//lyxerr << "output: " << out << endl;
|
||||||
i = out.find("\\mathchoice", i);
|
i = out.find("\\mathchoice", i);
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
i = out.find("\\over");
|
i = out.find("\\over");
|
||||||
|
Loading…
Reference in New Issue
Block a user