summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/BLua.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/BLua.cc b/lib/BLua.cc
index fab7a2f..37136d1 100644
--- a/lib/BLua.cc
+++ b/lib/BLua.cc
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: BLua.cc,v 1.53 2007-07-27 10:05:52 pixel Exp $ */
+/* $Id: BLua.cc,v 1.54 2007-08-07 09:54:10 pixel Exp $ */
#include <stdlib.h>
#include "BLua.h"
@@ -1171,7 +1171,7 @@ void Lua::showstack(int level) {
t = "Unknown";
}
- printm(level, String(i) + ": " + t + "\n");
+ printr(level, String(i) + ": " + t + "\n");
}
}