summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-11-27 07:33:05 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-11-27 07:33:05 +0100
commitf483bda181a088fd5f9aebd11fa765d10ba3ef91 (patch)
tree8ad50fe28dbf176c8e84e596b986024485a76633
parent2158bd3e375e1185bd180219023a443a1a154957 (diff)
Damn capitalization difference... I should make this right one day, but I'm weak.
-rw-r--r--lib/LuaHandle.cc2
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;
}