lua-users home
lua-l archive

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


>     lua_assert(g->totalbytes >= g->estimate);

As I said eariler, you can ignore this assertion (that is, option 3:
comment it out).

-- Roberto