]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.cc
properly format multiline error messages
[apt.git] / apt-pkg / pkgcache.cc
index 159b5e00e5c1dfec1a1a62bf902e4f74d4728739..83cb6149ef157f98b361ae321f1f834cf9f24017 100644 (file)
@@ -127,7 +127,7 @@ bool pkgCache::Header::CheckSizes(Header &Against) const
 // ---------------------------------------------------------------------
 /* */
 APT_IGNORE_DEPRECATED_PUSH
-pkgCache::pkgCache(MMap *Map, bool DoMap) : Map(*Map), d(NULL)
+pkgCache::pkgCache(MMap *Map, bool DoMap) : Map(*Map), VS(nullptr), d(NULL)
 {
    // call getArchitectures() with cached=false to ensure that the 
    // architectures cache is re-evaulated. this is needed in cases