diff src/lua/loadlib.c @ 33:44974c3e093b

found source of problem for video recording
author Robert McIntyre <rlm@mit.edu>
date Mon, 05 Mar 2012 01:25:11 -0600
parents 27763b933818
children
line wrap: on
line diff
     1.1 --- a/src/lua/loadlib.c	Sun Mar 04 22:44:42 2012 -0600
     1.2 +++ b/src/lua/loadlib.c	Mon Mar 05 01:25:11 2012 -0600
     1.3 @@ -424,7 +424,7 @@
     1.4    funcname = mkfuncname(L, name);
     1.5    if ((stat = ll_loadfunc(L, filename, funcname)) != 0) {
     1.6      if (stat != ERRFUNC) loaderror(L, filename);  /* real error */
     1.7 -    lua_pushfstring(L, "\n\tno module " LUA_QS " in file " LUA_QS,
     1.8 +        lua_pushfstring(L, "\n\tno module " LUA_QS " in derp " LUA_QS,
     1.9                         name, filename);
    1.10      return 1;  /* function not found */
    1.11    }