X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Flibloc.git;a=blobdiff_plain;f=src%2Fstringpool.c;h=2b27dd7a2e89d85d8f149260e8eaf5aa9b653712;hp=abd383171b9318b3b3190c5a0508c6a689136d7e;hb=3f35869aa908b35b296e2694b4f8bf7db8729f6a;hpb=2601e83eca9f5d8447186256c642aef25441f07e diff --git a/src/stringpool.c b/src/stringpool.c index abd3831..2b27dd7 100644 --- a/src/stringpool.c +++ b/src/stringpool.c @@ -215,6 +215,8 @@ LOC_EXPORT int loc_stringpool_read(struct loc_stringpool* pool, FILE* f, off_t o if (r) return r; + DEBUG(pool->ctx, "Reading string pool from %zu\n", offset); + // Seek to the right offset r = fseek(f, offset, SEEK_SET); if (r)