Re: [Cvslog] r24562 - /lyx-devel/trunk/src/insets/InsetBibtex.cpp

2008-04-30 Thread Richard Heck
Bernhard Roider wrote: Hello Richard, i think this patch changed the error detection a bit, see below Right you are. Thanks for noticing. rh bernhard [EMAIL PROTECTED] schrieb: -if (!readTypeOrKey(entryType, ifs, from_ascii("{("), - docstring()

Re: [Cvslog] r24562 - /lyx-devel/trunk/src/insets/InsetBibtex.cpp

2008-04-30 Thread Bernhard Roider
Hello Richard, i think this patch changed the error detection a bit, see below bernhard [EMAIL PROTECTED] schrieb: - if (!readTypeOrKey(entryType, ifs, from_ascii("{("), - docstring(), makeLowerCase) || !ifs) + if (!ifs) { +