]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsrcrecords.cc
* apt-pkg/deb/debsrcrecords.cc:
[apt.git] / apt-pkg / deb / debsrcrecords.cc
index 17645a5acc9dfb0fc03e35c0149c87a4c93dd343..e1c6427e894cf15b0cfeaf9db8cde0fcbd5768cb 100644 (file)
@@ -36,7 +36,7 @@ const char **debSrcRecordParser::Binaries()
    if (Bins.empty() == true || Bins.length() >= 102400)
       return 0;
    
-   if (Bins.length() > BufSize)
+   if (Bins.length() >= BufSize)
    {
       delete [] Buffer;
       // allocate new size based on buffer (but never smaller than 4000)