diff options
Diffstat (limited to 'rpmio/rpmpgp.c')
-rw-r--r-- | rpmio/rpmpgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/rpmpgp.c b/rpmio/rpmpgp.c index 577210ef9..551a46fdc 100644 --- a/rpmio/rpmpgp.c +++ b/rpmio/rpmpgp.c @@ -1498,7 +1498,7 @@ pgpArmor pgpReadPkts(const char * fn, uint8_t ** pkt, size_t * pktlen) if (armortype == NULL) /* XXX can't happen */ continue; - if (!rstreqn(t, armortype, strlen(armortype)) + if (!rstreqn(t, armortype, strlen(armortype))) continue; t += strlen(armortype); |