diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2007-07-14 13:02:52 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2007-07-14 13:02:52 -0300 |
commit | 29925560efccf3f5801a122f6061e2cf2046c955 (patch) | |
tree | ef59a50db5c46eeff6338db285e158bfe01f2b64 /apt-pkg/deb/dpkgpm.cc | |
parent | 4ac3c092c5c59476ec1ed34a93dffecdf816fae5 (diff) | |
parent | e53ee4caf5ecf882e3df2665a8e1c2a9e6da6fb0 (diff) |
Merge fixes branch.
Diffstat (limited to 'apt-pkg/deb/dpkgpm.cc')
-rw-r--r-- | apt-pkg/deb/dpkgpm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc index e5506d3bf..a63c4e412 100644 --- a/apt-pkg/deb/dpkgpm.cc +++ b/apt-pkg/deb/dpkgpm.cc @@ -385,7 +385,7 @@ bool pkgDPkgPM::Go(int OutStatusFd) // the dpkg states that are already done; the string is the package // the int is the state that is already done (e.g. a package that is // going to be install is already in state "half-installed") - map<string,int> PackageOpsDone; + map<string,unsigned int> PackageOpsDone; // init the PackageOps map, go over the list of packages that // that will be [installed|configured|removed|purged] and add |