mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +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);
|
||||
//lyxerr << "output: " << out << endl;
|
||||
i = out.find("\\mathchoice", i);
|
||||
break;
|
||||
}
|
||||
|
||||
i = out.find("\\over");
|
||||
|
Loading…
Reference in New Issue
Block a user