lua-users home
lua-l archive

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



Terribly sorry,
I was trying to fix a small problem within my codebase
related to lua+ distibution and had intended to diff
lua-5.1-rc4 against my sources but instead I've diffed
against an older version of lua+ itself.
The code I posted is specific to lua+.
My appologies again.
Todor

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

What version of Lua is this?

-- Roberto