Make the while loop actually loop

Coverity issue 23513.
This commit is contained in:
Jean-Marc 2015-09-12 19:14:27 +02:00
parent ab1e642ef1
commit f74de776ef

View File

@ -1119,7 +1119,6 @@ namespace {
+ out.substr(k + 1);
//lyxerr << "output: " << out << endl;
i = out.find("\\mathchoice", i);
break;
}
i = out.find("\\over");