small parser bug

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4503 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-06-28 12:33:21 +00:00
parent 888532c465
commit 38be841d7c

View File

@ -576,6 +576,7 @@ bool Parser::parse_macro(string & name)
bool Parser::parse_normal(MathAtom & at)
{
skipSpaces();
MathArray ar;
parse_into(ar, false, false);
if (ar.size() != 1) {