1.1 --- a/librazor/razor.c Mon Jun 23 17:21:03 2008 -0400
1.2 +++ b/librazor/razor.c Wed Jun 25 11:00:25 2008 -0400
1.3 @@ -466,7 +466,7 @@
1.4 char *prefix, const char *pattern)
1.5 {
1.6 struct razor_entry *e;
1.7 - const char *n, *pool = set->string_pool.data;
1.8 + const char *n, *pool = set->file_string_pool.data;
1.9
1.10 e = (struct razor_entry *) set->files.data + dir->start;
1.11 do {
1.12 @@ -525,7 +525,7 @@
1.13 int len;
1.14
1.15 entries = (struct razor_entry *) set->files.data;
1.16 - pool = set->string_pool.data;
1.17 + pool = set->file_string_pool.data;
1.18
1.19 e = entries + dir->start;
1.20 do {