diff options
-rw-r--r-- | g10/parse-packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/parse-packet.c b/g10/parse-packet.c index c80b7df7d..3cac6f868 100644 --- a/g10/parse-packet.c +++ b/g10/parse-packet.c @@ -2906,7 +2906,7 @@ parse_gpg_control (IOBUF inp, int pkttype, unsigned long pktlen, goto skipit; /* Definitely too large. We skip it to avoid an overflow in the malloc. */ if (list_mode) - puts ("- gpg control packet"); + es_fputs ("- gpg control packet", listfp); packet->pkt.gpg_control = xmalloc (sizeof *packet->pkt.gpg_control + pktlen - 1); |