]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsrcrecords.cc
eipp: implement version 0.1 of the protocol
[apt.git] / apt-pkg / deb / debsrcrecords.cc
index cefaf46acc84c59479227d248cdec5da40a98f55..e8295debb0e146c287ef856a70645763515ba9aa 100644 (file)
@@ -216,6 +216,7 @@ bool debSrcRecordParser::Files2(std::vector<pkgSrcRecords::File2> &List)
         F.Path = path;
         F.FileSize = strtoull(size.c_str(), NULL, 10);
         F.Hashes.push_back(hashString);
+        F.Hashes.FileSize(F.FileSize);
 
         APT_IGNORE_DEPRECATED_PUSH
         F.Size = F.FileSize;