aboutsummaryrefslogtreecommitdiff
path: root/ltests.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.c')
-rw-r--r--ltests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltests.c b/ltests.c
index 95c41fd9..0d4ec938 100644
--- a/ltests.c
+++ b/ltests.c
@@ -92,7 +92,7 @@ static int tpanic (lua_State *L) {
92static void warnf (void *ud, const char *msg, int tocont) { 92static void warnf (void *ud, const char *msg, int tocont) {
93 lua_State *L = cast(lua_State *, ud); 93 lua_State *L = cast(lua_State *, ud);
94 static char buff[200] = ""; /* should be enough for tests... */ 94 static char buff[200] = ""; /* should be enough for tests... */
95 static int onoff = 1; 95 static int onoff = 0;
96 static int mode = 0; /* start in normal mode */ 96 static int mode = 0; /* start in normal mode */
97 static int lasttocont = 0; 97 static int lasttocont = 0;
98 if (!lasttocont && !tocont && *msg == '@') { /* control message? */ 98 if (!lasttocont && !tocont && *msg == '@') { /* control message? */