Fix thinko
authorPaul Nasrat <pnasrat@redhat.com>
Thu, 21 Jun 2007 07:09:24 +0000 (08:09 +0100)
committerPaul Nasrat <pnasrat@redhat.com>
Thu, 21 Jun 2007 07:09:24 +0000 (08:09 +0100)
lib/transaction.c

index 4a5db5a..976411c 100644 (file)
@@ -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++) {