]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/tagfile.h
* apt-pkg/deb/dpkgpm.cc:
[apt.git] / apt-pkg / tagfile.h
index 61491aa047adeb5572835cc9f7a9ef0b2931c52b..a101d7b1ebbf14b820f5f2cd0ff390cf528891ed 100644 (file)
@@ -79,7 +79,7 @@ class pkgTagSection
       Stop = this->Stop;
    };
    
-   pkgTagSection() : Section(0), Stop(0) {};
+   pkgTagSection() : Section(0), TagCount(0), Stop(0) {};
 };
 
 class pkgTagFile