|
|
@@ -617,7 +617,7 @@ static bool DoDownload(CommandLine &CmdL)
|
|
|
if (Cache.ReadOnlyOpen() == false)
|
|
|
return false;
|
|
|
|
|
|
- APT::CacheSetHelper helper(c0out);
|
|
|
+ APT::CacheSetHelper helper;
|
|
|
APT::VersionSet verset = APT::VersionSet::FromCommandLine(Cache,
|
|
|
CmdL.FileList + 1, APT::CacheSetHelper::CANDIDATE, helper);
|
|
|
|
|
|
@@ -1534,7 +1534,7 @@ static bool DoChangelog(CommandLine &CmdL)
|
|
|
if (Cache.ReadOnlyOpen() == false)
|
|
|
return false;
|
|
|
|
|
|
- APT::CacheSetHelper helper(c0out);
|
|
|
+ APT::CacheSetHelper helper;
|
|
|
APT::VersionList verset = APT::VersionList::FromCommandLine(Cache,
|
|
|
CmdL.FileList + 1, APT::CacheSetHelper::CANDIDATE, helper);
|
|
|
if (verset.empty() == true)
|