浏览代码

Change to more 0s into NULLs

Wichert Akkerman 25 年之前
父节点
当前提交
9ebf58945c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;