summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-02-27 05:19:55 +0200
committerGuillem Jover <guillem@debian.org>2009-02-27 05:31:57 +0200
commit4b9da2295656cd63e04a4fcc707a575b1f5cd88b (patch)
tree6041d5ef52f2f559d11a9f07893ee33fcec839e6 /ChangeLog
parenta2de4aa132890b97dbe3ec028322562bc2e5b033 (diff)
downloaddpkg-4b9da2295656cd63e04a4fcc707a575b1f5cd88b.tar.gz
libdpkg: Generalize f_boolean by not hardcoding to the essential member
Fix the function to use PKGPFIELD to assign to the correct struct member instead of directly assigning to the essential member. This also makes this function match its write counterpart w_booleandefno's generic behaviour.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e5601807..f29e33dd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-02-27 Guillem Jover <guillem@debian.org>
+ * lib/fields.c (f_boolean): Use PKGPFIELD to assign to the correct
+ member instead of hardcoding to the essential member.
+
+2009-02-27 Guillem Jover <guillem@debian.org>
+
* lib/fields.c (f_boolean): Return if value is an empty string.
2009-02-26 Chris Coulson <chrisccoulson@googlemail.com>,