aboutsummaryrefslogtreecommitdiff
path: root/lpcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'lpcode.c')
-rw-r--r--lpcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lpcode.c b/lpcode.c
index 9289bd3..b68f32d 100644
--- a/lpcode.c
+++ b/lpcode.c
@@ -221,7 +221,7 @@ static int getfirst (TTree *tree, const Charset *follow, Charset *firstset) {
221 } 221 }
222 case TUTFR: { 222 case TUTFR: {
223 int c; 223 int c;
224 loopset(i, firstset->cs[i] = 0); /* erase all chars */ 224 clearset(firstset->cs); /* erase all chars */
225 for (c = tree->key; c <= sib1(tree)->key; c++) 225 for (c = tree->key; c <= sib1(tree)->key; c++)
226 setchar(firstset->cs, c); 226 setchar(firstset->cs, c);
227 return 0; 227 return 0;