diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-07-27 22:21:58 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-07-27 22:42:24 +0200 |
commit | 196d590a99e309764e07c9dc23ea98897eebf53a (patch) | |
tree | d195e1c0d400200f720d5fbfe11c871720883224 /apt-pkg/edsp.cc | |
parent | 4a97f759cd98f3b2518726b348d1b981e8a8e1d6 (diff) |
(error) va_list 'args' was opened but not closed by va_end()
Reported-By: cppcheck
Gbp-Dch: Ignore
Diffstat (limited to 'apt-pkg/edsp.cc')
-rw-r--r-- | apt-pkg/edsp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/edsp.cc b/apt-pkg/edsp.cc index 47b914fd5..740eb0a0d 100644 --- a/apt-pkg/edsp.cc +++ b/apt-pkg/edsp.cc @@ -340,7 +340,7 @@ static bool WriteScenarioLimitedDependency(FileFd &output, static bool SkipUnavailableVersions(pkgDepCache &Cache, pkgCache::PkgIterator const &Pkg, pkgCache::VerIterator const &Ver)/*{{{*/ { /* versions which aren't current and aren't available in - any "online" source file are bad, expect if they are the choosen + any "online" source file are bad, expect if they are the chosen candidate: The exception is for build-dep implementation as it creates such pseudo (package) versions and removes them later on again. We filter out versions at all so packages in 'rc' state only available |