git://project.juiblex.co.uk
/
razor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b6de825
)
Make file listing (either per-repo or per-package) use the correct string pool
author
James Bowes
<jbowes@redhat.com>
Mon, 23 Jun 2008 23:58:13 +0000 (19:58 -0400)
committer
James Bowes
<jbowes@redhat.com>
Mon, 23 Jun 2008 23:58:13 +0000 (19:58 -0400)
librazor/razor.c
patch
|
blob
|
history
diff --git
a/librazor/razor.c
b/librazor/razor.c
index
021480a
..
eef083d
100644
(file)
--- a/
librazor/razor.c
+++ b/
librazor/razor.c
@@
-466,7
+466,7
@@
list_dir(struct razor_set *set, struct razor_entry *dir,
char *prefix, const char *pattern)
{
struct razor_entry *e;
- const char *n, *pool = set->string_pool.data;
+ const char *n, *pool = set->file_string_pool.data;
e = (struct razor_entry *) set->files.data + dir->start;
do {
@@
-525,7
+525,7
@@
list_package_files(struct razor_set *set, struct list *r,
int len;
entries = (struct razor_entry *) set->files.data;
- pool = set->string_pool.data;
+ pool = set->file_string_pool.data;
e = entries + dir->start;
do {