"Arnd Hanses" <[EMAIL PROTECTED]> wrote:

> I rechecked my patch again and could no more find obvious mistakes. Now
> LyX is finally doing what I want on my box. I think you can now safely
> compile and stress-test, if you have a little time (or even read it, if
> you want).

In FileOpenSearch() in filetools.C, there is a line

        for (; *EL_p!=NULL; EL_p++)

I think

        for (;notfound && *EL_p!=NULL; EL_p++)

is better.

Regards,
        SMiyata

Reply via email to