diff options
-rw-r--r-- | ltests.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.c,v 2.104 2010/05/07 18:23:17 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 2.105 2010/05/10 18:24:36 roberto Exp roberto $ |
3 | ** Internal Module for Debugging of the Lua Implementation | 3 | ** Internal Module for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -714,7 +714,7 @@ static int string_query (lua_State *L) { | |||
714 | GCObject *ts; | 714 | GCObject *ts; |
715 | int n = 0; | 715 | int n = 0; |
716 | for (ts = tb->hash[s]; ts; ts = gch(ts)->next) { | 716 | for (ts = tb->hash[s]; ts; ts = gch(ts)->next) { |
717 | setsvalue2s(L, L->top, gco2ts(ts)); | 717 | setsvalue2s(L, L->top, rawgco2ts(ts)); |
718 | incr_top(L); | 718 | incr_top(L); |
719 | n++; | 719 | n++; |
720 | } | 720 | } |