Fix bug causing "razor list-files" to fail to see any files.
authorJ. Ali Harlow <ali@juiblex.co.uk>
Wed Jan 14 11:48:50 2009 +0000 (2009-01-14)
changeset 34964c526a27351
parent 348 3ad2e14e4cb7
child 350 1555934cfb04
Fix bug causing "razor list-files" to fail to see any files.
src/main.c
     1.1 --- a/src/main.c	Wed Jan 14 11:47:55 2009 +0000
     1.2 +++ b/src/main.c	Wed Jan 14 11:48:50 2009 +0000
     1.3 @@ -225,9 +225,6 @@
     1.4  	if (set == NULL)
     1.5  		return 1;
     1.6  
     1.7 -	if (razor_set_open_files(set, "system-files.rzdb"))
     1.8 -		return 1;
     1.9 -
    1.10  	razor_set_list_files(set, argv[0]);
    1.11  	razor_set_destroy(set);
    1.12