diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/LuaHandle.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LuaHandle.cc b/lib/LuaHandle.cc index 4b6fd6e..7d7d50c 100644 --- a/lib/LuaHandle.cc +++ b/lib/LuaHandle.cc @@ -1101,7 +1101,7 @@ int sLuaHandle::setfakename(lua_State * __L) { } h = L->recast<Buffer>(); - h->setfakename(L->tostring(2)); + h->SetFakeName(L->tostring(2)); return 0; } |