librazor/razor.c
changeset 264 634e54ca476c
parent 262 63644cc28e0b
child 269 03fc85294bc9
     1.1 --- a/librazor/razor.c	Mon Jun 23 13:54:56 2008 -0400
     1.2 +++ b/librazor/razor.c	Mon Jun 23 14:51:56 2008 -0400
     1.3 @@ -400,7 +400,7 @@
     1.4  		     struct razor_entry *dir, 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  	int len;
    1.10  
    1.11  	e = (struct razor_entry *) set->files.data + dir->start;