diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-07-25 14:06:14 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2006-07-25 14:06:14 +0000 |
commit | dd79b1d8f8ae90cd34d5d0b307048c8aaea47d23 (patch) | |
tree | ea83d9e7613ae3cee9da9f325c95e83f390eea59 /libpipe/ChangeLog | |
parent | bbd40ec2bcd11142b8de273a9c009fe5d2d248f2 (diff) |
2006-07-25 Stefan Siegl <stesie@brokenpipe.de>
* pq.c (packet_write): Only dereference AMOUNT if it is not the null
pointer and document the change.
* pq.h (packet_write): Document the change.
Diffstat (limited to 'libpipe/ChangeLog')
-rw-r--r-- | libpipe/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libpipe/ChangeLog b/libpipe/ChangeLog index 41074717..caafc582 100644 --- a/libpipe/ChangeLog +++ b/libpipe/ChangeLog @@ -1,3 +1,9 @@ +2006-07-25 Stefan Siegl <stesie@brokenpipe.de> + + * pq.c (packet_write): Only dereference AMOUNT if it is not the null + pointer and document the change. + * pq.h (packet_write): Document the change. + 2002-04-22 Marcus Brinkmann <marcus@gnu.org> * pq.c (packet_set_ports): Correctly replace old ports buffer with |