summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-05-04 04:20:33 (GMT)
committer jacob1 <jfu614@gmail.com>2013-05-04 04:20:33 (GMT)
commit630216c2531545c232edb45d3054c903c2c205c4 (patch)
tree7f91cb66554a11eb5ee692d7d20e8856138c3a54 /src/cat/LuaScriptInterface.cpp
parentae34c43c66750575eefe3b05223ba29b0e30dc84 (diff)
downloadpowder-630216c2531545c232edb45d3054c903c2c205c4.zip
powder-630216c2531545c232edb45d3054c903c2c205c4.tar.gz
change ">" to "..." (from mniip)
Diffstat (limited to 'src/cat/LuaScriptInterface.cpp')
-rw-r--r--src/cat/LuaScriptInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cat/LuaScriptInterface.cpp b/src/cat/LuaScriptInterface.cpp
index 587be8c..452e47a 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 '<eof>'")!=-1) //the idea stolen from lua-5.1.5/lua.c
- lastError = ">";
+ lastError = "...";
else
lastCode = "";
}