diff -r 63644cc28e0b -r 634e54ca476c librazor/razor.c --- a/librazor/razor.c Mon Jun 23 13:54:56 2008 -0400 +++ b/librazor/razor.c Mon Jun 23 14:51:56 2008 -0400 @@ -400,7 +400,7 @@ struct razor_entry *dir, const char *pattern) { struct razor_entry *e; - const char *n, *pool = set->string_pool.data; + const char *n, *pool = set->file_string_pool.data; int len; e = (struct razor_entry *) set->files.data + dir->start;