]> err.no Git - dpkg/commitdiff
make w_booleandefno get the fieldname from the fip instead of hardcoding Essential
authorWichert Akkerman <wakkerma@debian.org>
Wed, 12 Sep 2001 14:35:56 +0000 (14:35 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Wed, 12 Sep 2001 14:35:56 +0000 (14:35 +0000)
lib/dump.c

index 769aefa568d3039535d3a37738e81fdc3a27dc1b..ea95cb9809cff5fd37f27e23286e16e51984c726 100644 (file)
@@ -3,6 +3,7 @@
  * dump.c - code to write in-core database to a file
  *
  * Copyright (C) 1995 Ian Jackson <iwj10@cus.cam.ac.uk>
+ * Copyright (C) 2001 Wichert Akkerman
  *
  * This is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as
@@ -111,7 +112,7 @@ void w_booleandefno(struct varbuf *vb,
   int value= pifp->valid ? PKGPFIELD(pifp,fip->integer,int) : -1;
   if (!value) return;
   assert(value==1);
-  varbufaddstr(vb,"Essential: yes\n");
+  varbufaddstr(vb,fip->name); varbufaddstr(vb, ": yes\n");
 }
 
 void w_priority(struct varbuf *vb,