diff options
Diffstat (limited to 'lstrlib.c')
| -rw-r--r-- | lstrlib.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lstrlib.c,v 1.82 2002/05/06 19:05:10 roberto Exp roberto $ | 2 | ** $Id: lstrlib.c,v 1.83 2002/06/05 17:24:04 roberto Exp roberto $ |
| 3 | ** Standard library for string operations and pattern-matching | 3 | ** Standard library for string operations and pattern-matching |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -548,7 +548,7 @@ static void add_s (MatchState *ms, luaL_Buffer *b, | |||
| 548 | int n; | 548 | int n; |
| 549 | lua_pushvalue(L, 3); | 549 | lua_pushvalue(L, 3); |
| 550 | n = push_captures(ms, s, e); | 550 | n = push_captures(ms, s, e); |
| 551 | lua_rawcall(L, n, 1); | 551 | lua_upcall(L, n, 1); |
| 552 | if (lua_isstring(L, -1)) | 552 | if (lua_isstring(L, -1)) |
| 553 | luaL_addvalue(b); /* add return to accumulated result */ | 553 | luaL_addvalue(b); /* add return to accumulated result */ |
| 554 | else | 554 | else |
