diff options
Diffstat (limited to 'lib/LuaHandle.cc')
-rw-r--r-- | lib/LuaHandle.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/LuaHandle.cc b/lib/LuaHandle.cc index 11026d5..d1659a2 100644 --- a/lib/LuaHandle.cc +++ b/lib/LuaHandle.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: LuaHandle.cc,v 1.9 2003-12-11 16:53:28 pixel Exp $ */ +/* $Id: LuaHandle.cc,v 1.10 2003-12-12 12:45:20 pixel Exp $ */ #include "LuaHandle.h" @@ -346,7 +346,7 @@ int sLuaHandle::copy(lua_State * _L, int dir) { r = -1; } - if (dir == to) { + if (dir == from) { SWAP(s, d); } |