diff options
author | Neal H. Walfield <[email protected]> | 2016-11-29 13:41:22 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2016-11-29 13:56:00 +0000 |
commit | 522f74f7e377135cf098b6b0b9b35284c1dfc963 (patch) | |
tree | a5efc5605817ff6473b2149c016343716d0c00ed /g10/parse-packet.c | |
parent | g10: Extend TOFU_STATS to always show the validity (diff) | |
download | gnupg-522f74f7e377135cf098b6b0b9b35284c1dfc963.tar.gz gnupg-522f74f7e377135cf098b6b0b9b35284c1dfc963.zip |
Improve some comments.
Diffstat (limited to 'g10/parse-packet.c')
-rw-r--r-- | g10/parse-packet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/parse-packet.c b/g10/parse-packet.c index 38cfdd985..31e2a92d8 100644 --- a/g10/parse-packet.c +++ b/g10/parse-packet.c @@ -809,8 +809,8 @@ dump_hex_line (int c, int *i) decoded values are given as PKGTYPE and PKTLEN. If the packet is a partial body length packet (RFC 4880, Section - 4.2.2.4), then iobuf_set_partial_block_mode should already have - been called on INP and PARTIAL should be set. + 4.2.2.4), then iobuf_set_partial_block_modeiobuf_set_partial_block_mode + should already have been called on INP and PARTIAL should be set. If PARTIAL is set or PKTLEN is 0 and PKTTYPE is PKT_COMPRESSED, copy until the first EOF is encountered on INP. |