diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-01-03 13:48:03 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-01-03 13:48:03 +0100 |
commit | bc87e700890863acd48fd61a5bc8dcc2386afd20 (patch) | |
tree | 1296f72efbd86945ce960a8e6e7d260b23e839e3 /apt-pkg/algorithms.cc | |
parent | e0fe131836913901c8b353e38d74cc1526fcaf78 (diff) | |
parent | 3a6d37fdcfbdb152eb00371ff69b8871c9a02527 (diff) |
merge from apt--mvo
Diffstat (limited to 'apt-pkg/algorithms.cc')
-rw-r--r-- | apt-pkg/algorithms.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc index 62727a852..158f9c258 100644 --- a/apt-pkg/algorithms.cc +++ b/apt-pkg/algorithms.cc @@ -1261,8 +1261,8 @@ void pkgProblemResolver::InstallProtect() Cache.MarkDelete(I); else { - // preserver the information if the package was auto - // or manual installed + // preserve the information whether the package was auto + // or manually installed bool autoInst = (Cache[I].Flags & pkgCache::Flag::Auto); Cache.MarkInstall(I, false, 0, !autoInst); } |