"Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> writes:
| > the patch should probably be (at filetools.C:909, in 1.1.4)
| >
| > last_dot = oldname.rfind('.');
| > if (last_dot < last_slash &&
| > last_slash != string::npos &&
| > last_dot < last_slash )
| > last_dot = string::npos;
| >
| > Should I send a true patch? The code above seems to work (I will use
| > lyx today, so I will check that more in depth).
|
| I don't know if Lgb applied this, but the best bet is to send in
| a real patch, because that is the easiest.
I applied the real patch I got.
Lgb