Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Thu, Jan 11, 2001 at 12:12:55PM +0100, Lars Gullik Bjø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.
AFAIK never used. And besides this was so long ago that we want it to
be less than 200 anyway.
| Why not do
| file_format = contains(tmp_format, ".")
| ? int(strToDbl(tmp_format)*100)
| : strToInt(tmp_format);
that strToDbl is part of the problem.
I am satisfied if LyX 1.1.x works and hopefully also 1.0.x.
Lgb