]> err.no Git - dpkg/commitdiff
Change to more 0s into NULLs
authorWichert Akkerman <wakkerma@debian.org>
Wed, 12 Sep 2001 14:47:47 +0000 (14:47 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Wed, 12 Sep 2001 14:47:47 +0000 (14:47 +0000)
main/processarc.c

index 416fe2cb02f4b6b0abf26c67b7f1c7d03debce90..98f7c9215e62ba1c952d0c3c700ff7bc7e9ad0c7 100644 (file)
@@ -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;