]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.cc
* cmdline/apt-get.cc:
[apt.git] / apt-pkg / deb / dpkgpm.cc
index 4b4bba696387aaa85928bdbe9d06a3c4015f48f2..3c367e42152824374cbedbb252287da0fd268908 100644 (file)
@@ -387,7 +387,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")
    // 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
 
    // init the PackageOps map, go over the list of packages that
    // that will be [installed|configured|removed|purged] and add