From c44738eae897466e8496efd4b75b5116dd4e6a97 Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Thu, 21 Jun 2007 08:09:24 +0100 Subject: [PATCH] Fix thinko --- lib/transaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/transaction.c b/lib/transaction.c index 4a5db5a..976411c 100644 --- a/lib/transaction.c +++ b/lib/transaction.c @@ -2120,7 +2120,7 @@ assert(psm != NULL); sharedFileInfo replaced = fi->replaced; int mapflags = fi->mapflags; rpmte savep; - int numSaved = 0; + int numShared = 0; if (replaced != NULL) { for (replaced; replaced->otherPkg; replaced++) { -- 2.7.4