diff options
Diffstat (limited to 'lstring.c')
| -rw-r--r-- | lstring.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -121,8 +121,8 @@ void luaS_clearcache (global_State *g) { | |||
| 121 | int i, j; | 121 | int i, j; |
| 122 | for (i = 0; i < STRCACHE_N; i++) | 122 | for (i = 0; i < STRCACHE_N; i++) |
| 123 | for (j = 0; j < STRCACHE_M; j++) { | 123 | for (j = 0; j < STRCACHE_M; j++) { |
| 124 | if (iswhite(g->strcache[i][j])) /* will entry be collected? */ | 124 | if (iswhite(g->strcache[i][j])) /* will entry be collected? */ |
| 125 | g->strcache[i][j] = g->memerrmsg; /* replace it with something fixed */ | 125 | g->strcache[i][j] = g->memerrmsg; /* replace it with something fixed */ |
| 126 | } | 126 | } |
| 127 | } | 127 | } |
| 128 | 128 | ||
