diff options
author | Pixel <pixel@nobis-crew.org> | 2009-02-02 06:54:34 +0100 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-02-02 06:54:34 +0100 |
commit | 6b289035db4f728a1987c42a56cc1cd484c8e97a (patch) | |
tree | 6541015154aaca45bf7123c4e8395ae5533ac032 /lib | |
parent | 52283ef0ea74c927be29c31ebe9e21ee5d27c739 (diff) |
Awful typo.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/LuaOCCI.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LuaOCCI.cc b/lib/LuaOCCI.cc index 8325bba..85b2a42 100644 --- a/lib/LuaOCCI.cc +++ b/lib/LuaOCCI.cc @@ -819,7 +819,7 @@ int sLua_EncapOCCI_Statement::EncapOCCI_Statement_proceed_unprotected(Lua * L, i break; case STATEMENT_GETNUMBER: { - Number x = rset->getNumber(L->tonumber(2)); + Number x = stmt->getNumber(L->tonumber(2)); std::string s = x.toText(global_env, n == 2 ? L->tostring(3).to_charp() : "TM9"); L->push(String(s.c_str())); } |