git://project.juiblex.co.uk
/
razor2.git/.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7f24641
)
Fix bug causing "razor list-files" to fail to see any files.
author
J. Ali Harlow
<ali@juiblex.co.uk>
Wed, 14 Jan 2009 11:48:50 +0000 (11:48 +0000)
committer
J. Ali Harlow
<ali@juiblex.co.uk>
Wed, 14 Jan 2009 11:48:50 +0000 (11:48 +0000)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
6d9eae0
..
4f4f11e
100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-225,9
+225,6
@@
command_list_files(int argc, const char *argv[])
if (set == NULL)
return 1;
- if (razor_set_open_files(set, "system-files.rzdb"))
- return 1;
-
razor_set_list_files(set, argv[0]);
razor_set_destroy(set);