Ugh, fix brokenness from previous commit
This commit is contained in:
parent
f4b39519d3
commit
36f8bc0f8e
|
@ -5,6 +5,7 @@
|
|||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <rpm/rpmstring.h>
|
||||
#include "rpmio/rpmhook.h"
|
||||
|
||||
#include "debug.h"
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue