From 630216c2531545c232edb45d3054c903c2c205c4 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sat, 4 May 2013 00:20:33 -0400 Subject: [PATCH] change ">" to "..." (from mniip) --- src/cat/LuaScriptInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cat/LuaScriptInterface.cpp b/src/cat/LuaScriptInterface.cpp index 587be8c14..452e47a15 100644 --- a/src/cat/LuaScriptInterface.cpp +++ b/src/cat/LuaScriptInterface.cpp @@ -2141,7 +2141,7 @@ int LuaScriptInterface::Command(std::string command) { lastError = luacon_geterror(); if(std::string(lastError).find("near ''")!=-1) //the idea stolen from lua-5.1.5/lua.c - lastError = ">"; + lastError = "..."; else lastCode = ""; }