From: Michael Vogt Date: Thu, 18 Nov 2010 09:47:34 +0000 (+0100) Subject: cmdline/apt-get.cc: fix typo X-Git-Tag: 0.8.11~6^2~11^2~2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/413ba44c86dcc7421494ff6bba2e2289941b5ad7?hp=--cc cmdline/apt-get.cc: fix typo --- 413ba44c86dcc7421494ff6bba2e2289941b5ad7 diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 8cb43be67..406adf644 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -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()); - 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?!?