Browse Source

Change to more 0s into NULLs

Wichert Akkerman 25 years ago
parent
commit
9ebf58945c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/processarc.c

+ 1 - 1
main/processarc.c

@@ -191,7 +191,7 @@ void process_archive(const char *filename) {
   strcpy(cidirrest,CONTROLFILE);
 
   parsedb(cidir, pdb_recordavailable|pdb_rejectstatus|pdb_ignorefiles|pdb_weakclassification,
-          &pkg,0,0);
+          &pkg,NULL,NULL);
   if (!pkg->files) {
     pkg->files= nfmalloc(sizeof(struct filedetails));
     pkg->files->next= 0;