lua-users home
lua-l archive

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


Todor Totev wrote:

in lstrlib.c in luaI_addquotedbinary()
the code reads:
    sprintf(str, "\\x%04x", (unsigned long)*s);

You'll notice the LuaPlus build in Subversion does not have this issue and uses unsigned int.

Josh