]> git.lyx.org Git - lyx.git/commitdiff
Make the while loop actually loop
authorJean-Marc <lasgouttes@lyx.org>
Sat, 12 Sep 2015 17:14:27 +0000 (19:14 +0200)
committerJean-Marc <lasgouttes@lyx.org>
Sat, 12 Sep 2015 17:14:27 +0000 (19:14 +0200)
Coverity issue 23513.

src/mathed/MathExtern.cpp

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