]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/indexfile.cc
tests: try to support spaces in TMPDIR
[apt.git] / apt-pkg / indexfile.cc
index c3c0e74ae27bf5ef4db2b079db1f4d2aa3f62cdd..fad3391973dc9c49474b11453e2059d409b125dd 100644 (file)
@@ -342,6 +342,7 @@ bool pkgDebianIndexFile::Merge(pkgCacheGenerator &Gen,OpProgress * const Prog)
    _error->PushToStack();
    std::unique_ptr<pkgCacheListParser> Parser(CreateListParser(Pkg));
    bool const newError = _error->PendingError();
+   _error->MergeWithStack();
    if (newError == false && Parser == nullptr)
       return true;
    if (Parser == NULL)