Fix for hashes.c and encodings.c to rename luaopen for util_*

This commit is contained in:
Matthew Wild 2008-11-26 22:45:33 +00:00
parent 7e9f14dae5
commit 1985b40ecf
2 changed files with 2 additions and 2 deletions

View file

@ -199,7 +199,7 @@ static const luaL_Reg Reg[] =
{ NULL, NULL }
};
LUALIB_API int luaopen_encodings(lua_State *L)
LUALIB_API int luaopen_util_encodings(lua_State *L)
{
luaL_register(L, "encodings", Reg);