Stupid, stupid, stupid.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34210 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-04-18 22:21:21 +00:00
parent 074a791505
commit 6d7788fde0

View File

@ -635,7 +635,7 @@ TextClass::ReturnValues TextClass::read(Lexer & lexrc, ReadType rt)
} }
case TC_FLOAT: case TC_FLOAT:
error = readFloat(lexrc); error = !readFloat(lexrc);
break; break;
case TC_CITEFORMAT: case TC_CITEFORMAT:
@ -1036,7 +1036,6 @@ bool TextClass::readFloat(Lexer & lexrc)
counters_.newCounter(subtype, from_ascii(type), counters_.newCounter(subtype, from_ascii(type),
"\\alph{" + subtype + "}", docstring()); "\\alph{" + subtype + "}", docstring());
} }
return getout; return getout;
} }