lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, 18 Jun 2002, Roberto Ierusalimschy wrote:

> I think you are right. Can you try the following correction?
>
> lvm.c:82:
> <     luaD_lineHook(L, base-2, newline, linehook);
> ---
> >     luaD_lineHook(L, base-1, newline, linehook);

This works great.  Thanks for fixing it so quickly.

Debugging is so frustrating when the debugger itself has bugs!

Daniel

PS: To bad I didn't get this bug report in before you released 4.0.1