]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/tagfile.cc
merged debian/sid
[apt.git] / apt-pkg / tagfile.cc
index b91e868e2a6c9f6169038dc336bcc517efe84a23..e0802e3d547e67666035e7d23409428fcca91b1c 100644 (file)
@@ -164,7 +164,7 @@ bool pkgTagFile::Fill()
       unsigned long long const dataSize = d->Size - ((d->End - d->Buffer) + 1);
       if (d->Fd.Read(d->End, dataSize, &Actual) == false)
         return false;
-      if (Actual != dataSize || d->Fd.Eof() == true)
+      if (Actual != dataSize)
         d->Done = true;
       d->End += Actual;
    }