]> git.saurik.com Git - apt.git/commitdiff
cmdline/apt-get.cc: fix typo
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 18 Nov 2010 09:47:34 +0000 (10:47 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 18 Nov 2010 09:47:34 +0000 (10:47 +0100)
cmdline/apt-get.cc

index 8cb43be6739f556c76cf59f0eb92cb716f5ec600..406adf644f24cf3d7a434eb2859e8f00188ae6c3 100644 (file)
@@ -2806,7 +2806,7 @@ bool DownloadChangelog(CacheFile &CacheFile, pkgAcquire &Fetcher, pkgCache::VerI
    // queue it
    string changelog_uri = server+path;
    strprintf(descr, _("Changelog for %s (%s)"), srcpkg.c_str(), changelog_uri.c_str());
    // queue it
    string changelog_uri = server+path;
    strprintf(descr, _("Changelog for %s (%s)"), srcpkg.c_str(), changelog_uri.c_str());
-   new pkgAcqFile(&Fetcher, uri, "", 0, descr, srcpkg, "ignored", targetfile);
+   new pkgAcqFile(&Fetcher, changelog_uri, "", 0, descr, srcpkg, "ignored", targetfile);
 
    // try downloading it, if that fails, they third-party-changelogs location
    // FIXME: res is "Continue" even if I get a 404?!?
 
    // try downloading it, if that fails, they third-party-changelogs location
    // FIXME: res is "Continue" even if I get a 404?!?