summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-01-07 16:47:40 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2008-01-07 16:47:40 +0100
commit760d4968005c97f0d5fd6403633f367aac89c763 (patch)
tree73f8ea2efb54abdac5545fb2d4fc885edfaf8151 /cmdline
parentdabe757a0a6d91e07ba30e3d580e49fe56eb4737 (diff)
* move the ListUpdate() code from cachefile.h into algorithms.{cc,h}
as it does not require a cachefile at all
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 5f46dd605..258133c19 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -1374,7 +1374,7 @@ bool DoUpdate(CommandLine &CmdL)
// do the work
CacheFile Cache;
- bool res = Cache.ListUpdate(Stat, List);
+ bool res = ListUpdate(Stat, List);
// Rebuild the cache.
if (Cache.BuildCaches() == false)