diff options
Diffstat (limited to '')
-rw-r--r-- | g10/parse-packet.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/parse-packet.c b/g10/parse-packet.c index 886bc66e3..f364d3b7b 100644 --- a/g10/parse-packet.c +++ b/g10/parse-packet.c @@ -829,6 +829,8 @@ parse_plaintext( IOBUF inp, int pkttype, unsigned long pktlen, PACKET *pkt ) pktlen = 0; if( list_mode ) { + /* a value if 'c' is used by armor to indicate a faked packet + * it should be considered as 't' */ printf(":literal data packet:\n" "\tmode %c, created %lu, name=\"", mode >= ' ' && mode <'z'? mode : '?', |