CVS patchset: 2263
CVS date: 1998/08/20 19:12:30
This commit is contained in:
jbj 1998-08-20 19:12:30 +00:00
parent 0a38e41556
commit 7c055ccee6
1 changed files with 1 additions and 1 deletions

View File

@ -1584,7 +1584,7 @@ int rpmVersionCompare(Header first, Header second) {
int_32 * epochOne, * epochTwo;
int rc;
if (!headerGetEntry(first, RPMTAG_EPOCH, NULL, (void **) &serialOne, NULL))
if (!headerGetEntry(first, RPMTAG_EPOCH, NULL, (void **) &epochOne, NULL))
epochOne = NULL;
if (!headerGetEntry(second, RPMTAG_EPOCH, NULL, (void **) &epochTwo,
NULL))