]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-source.cc
update manpage last-modified from git via pre-export hook
[apt.git] / apt-private / private-source.cc
index c7e5e425720512cf3985b27d884d10f7bac3af6d..da733097047c30f3e5d4f2513f70278330de3e40 100644 (file)
@@ -245,8 +245,8 @@ static pkgSrcRecords::Parser *FindSrc(const char *Name,
         // choose a good candidate and proceed with that.
         // Maybe we will find a source later on with the right VerTag
         // or RelTag
-        pkgCache::VerIterator Ver = Cache->GetCandidateVer(Pkg);
-        if (Ver.end() == false) 
+        pkgCache::VerIterator const Ver = Cache->GetCandidateVersion(Pkg);
+        if (Ver.end() == false)
         {
            if (strcmp(Ver.SourcePkgName(),Ver.ParentPkg().Name()) != 0)
               Src = Ver.SourcePkgName();