On Thu, Jan 11, 2001 at 12:12:55PM +0100, Lars Gullik Bj&resh;nnes wrote:
> 
> 
> It is now in cvs, please test it.
> 
> Especially with "older" LyX files.

If you have a \lyxformat 2.1 (assuming it was used sometimes) 
then file_format will be set to 21 which will cause problems.
Why not do
   file_format = contains(tmp_format, ".") 
                 ? int(strToDbl(tmp_format)*100)
                 : strToInt(tmp_format);

       

Reply via email to