diff options
| -rw-r--r-- | lbuiltin.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lbuiltin.c,v 1.58 1999/05/27 20:21:03 roberto Exp roberto $ | 2 | ** $Id: lbuiltin.c,v 1.59 1999/06/17 17:04:03 roberto Exp roberto $ |
| 3 | ** Built-in functions | 3 | ** Built-in functions |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -386,7 +386,7 @@ static void luaB_type (void) { | |||
| 386 | static void luaB_assert (void) { | 386 | static void luaB_assert (void) { |
| 387 | lua_Object p = lua_getparam(1); | 387 | lua_Object p = lua_getparam(1); |
| 388 | if (p == LUA_NOOBJECT || lua_isnil(p)) | 388 | if (p == LUA_NOOBJECT || lua_isnil(p)) |
| 389 | luaL_verror("assertion failed! %.100s", luaL_opt_string(2, "")); | 389 | luaL_verror("assertion failed! %.90s", luaL_opt_string(2, "")); |
| 390 | } | 390 | } |
| 391 | 391 | ||
| 392 | 392 | ||
