]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.cc
improve code & doc for aquire weak/loop failing
[apt.git] / apt-pkg / acquire-item.cc
index 7abb7b206a6156a5d347fa8f247e43cef261749e..7fbbf08f81866e24e4ab48c163f730e34fd24765 100644 (file)
@@ -3279,9 +3279,8 @@ bool pkgAcqArchive::QueueNext()
 
       // Create the item
       Local = false;
-      QueueURI(Desc);
-
       ++Vf;
+      QueueURI(Desc);
       return true;
    }
    return false;