]> err.no Git - dpkg/commitdiff
fix non-full initalizer
authorAdam Heath <doogie@debian.org>
Sat, 21 Apr 2001 23:01:13 +0000 (23:01 +0000)
committerAdam Heath <doogie@debian.org>
Sat, 21 Apr 2001 23:01:13 +0000 (23:01 +0000)
lib/dbmodify.c

index 9c2598374444d9395085685dd934dcf21043097c..0db45663bf760c9ea53bb34b53c285ff23a202bd 100644 (file)
@@ -122,7 +122,7 @@ enum modstatdb_rw modstatdb_init(const char *adir, enum modstatdb_rw readwritere
     {   STATUSFILE,                 &statusfile         },
     {   AVAILFILE,                  &availablefile      },
     {   UPDATESDIR IMPORTANTTMP,    &importanttmpfile   },
-    {   0                                               }
+    {   0, 0                                            }
   }, *fnip;
   
   admindir= adir;