- if (strrchr(key, '.') - key == store.baselen &&
- !strncmp(key, store.key, store.baselen)) {
- store.state = SECTION_SEEN;
- ALLOC_GROW(store.offset,
- store.seen + 1,
- store.offset_alloc);
- store.offset[store.seen] = cf->do_ftell(cf);
+ if (strrchr(key, '.') - key == store->baselen &&
+ !strncmp(key, store->key, store->baselen)) {
+ store->state = SECTION_SEEN;
+ ALLOC_GROW(store->offset,
+ store->seen + 1,
+ store->offset_alloc);
+ store->offset[store->seen] =
+ cf->do_ftell(cf);