aboutsummaryrefslogtreecommitdiff
path: root/inout.c
diff options
context:
space:
mode:
Diffstat (limited to 'inout.c')
-rw-r--r--inout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/inout.c b/inout.c
index 9cef2653..31859a82 100644
--- a/inout.c
+++ b/inout.c
@@ -5,7 +5,7 @@
5** Also provides some predefined lua functions. 5** Also provides some predefined lua functions.
6*/ 6*/
7 7
8char *rcs_inout="$Id: inout.c,v 2.11 1994/11/14 21:40:14 roberto Exp roberto $"; 8char *rcs_inout="$Id: inout.c,v 2.12 1994/11/21 21:41:09 roberto Exp $";
9 9
10#include <stdio.h> 10#include <stdio.h>
11#include <stdlib.h> 11#include <stdlib.h>
@@ -166,7 +166,7 @@ void lua_reportbug (char *s)
166 { 166 {
167 sprintf (strchr(msg,0), 167 sprintf (strchr(msg,0),
168 "\t-> function \"%s\" at file \"%s\":%d\n", 168 "\t-> function \"%s\" at file \"%s\":%d\n",
169 lua_constant[func->function], func->file, line); 169 lua_constant[func->function]->str, func->file, line);
170 line = func->line; 170 line = func->line;
171 func = func->next; 171 func = func->next;
172 lua_popfunction(); 172 lua_popfunction();