]> git.lyx.org Git - lyx.git/commit
Correctly skip a bottom caption
authorEnrico Forestieri <forenr@lyx.org>
Sat, 17 Jun 2017 12:01:42 +0000 (14:01 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Sat, 17 Jun 2017 12:01:42 +0000 (14:01 +0200)
commit000b7f3f46e0170f6a3afdd24d96ff5d440f22bc
tree330a0b465f6ee10263478f6937d3438db93b363f
parentcde5d60fcfa48df9959eeb6c709f26ba89ebef5f
Correctly skip a bottom caption

The getArg() method stops at the first closing brace, whether it
matches the opening one or not, so properly parse the caption and
then throw it away.
src/tex2lyx/text.cpp