diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/LuaTask.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/LuaTask.cc b/lib/LuaTask.cc index f6f459d..b75a5e3 100644 --- a/lib/LuaTask.cc +++ b/lib/LuaTask.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: LuaTask.cc,v 1.10 2007-05-30 18:59:30 pixel Exp $ */ +/* $Id: LuaTask.cc,v 1.11 2007-05-30 19:03:22 pixel Exp $ */ #include <LuaTask.h> #include <LuaHandle.h> @@ -104,7 +104,7 @@ int LuaTask::Do() throw (GeneralException) { delete p; LuaBuffer o(b); o.pushdestruct(L); - L->push((lua_Number) estatus); + L->push((lua_Number) TaskMan::Estatus()); nargs = 2; } #endif |