From 7c055ccee657b74321c21d9eeae9d421b3f39077 Mon Sep 17 00:00:00 2001 From: jbj Date: Thu, 20 Aug 1998 19:12:30 +0000 Subject: [PATCH] Typo. CVS patchset: 2263 CVS date: 1998/08/20 19:12:30 --- lib/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/install.c b/lib/install.c index 71a908a1b..f02fa08d2 100644 --- a/lib/install.c +++ b/lib/install.c @@ -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))