diff options
Diffstat (limited to '')
| -rw-r--r-- | tree.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -3,7 +3,7 @@ | |||
| 3 | ** TecCGraf - PUC-Rio | 3 | ** TecCGraf - PUC-Rio |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | char *rcs_tree="$Id: tree.c,v 1.18 1996/02/14 19:11:09 roberto Exp roberto $"; | 6 | char *rcs_tree="$Id: tree.c,v 1.19 1996/02/22 20:34:33 roberto Exp $"; |
| 7 | 7 | ||
| 8 | 8 | ||
| 9 | #include <string.h> | 9 | #include <string.h> |
| @@ -93,6 +93,7 @@ static TaggedString *insert (char *str, stringtable *tb) | |||
| 93 | i = (i+1)%tb->size; | 93 | i = (i+1)%tb->size; |
| 94 | } | 94 | } |
| 95 | /* not found */ | 95 | /* not found */ |
| 96 | lua_pack(); | ||
| 96 | if (j != -1) /* is there an EMPTY space? */ | 97 | if (j != -1) /* is there an EMPTY space? */ |
| 97 | i = j; | 98 | i = j; |
| 98 | else | 99 | else |
