Ugh, fix brokenness from previous commit

This commit is contained in:
Panu Matilainen 2009-08-31 11:20:40 +03:00
parent f4b39519d3
commit 36f8bc0f8e
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
#include <string.h>
#include <stdarg.h>
#include <rpm/rpmstring.h>
#include "rpmio/rpmhook.h"
#include "debug.h"

View File

@ -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);