Uploaded image for project: 'Commons Compress'
  1. Commons Compress
  2. COMPRESS-293

BZip2 Compressor count bug

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Not A Problem
    • 1.9
    • None
    • Compressors
    • None

    Description

      BZIp2CompressorInputStream

      count(r < 0 ? -1 : 1);

      Do you mean

      count(r < 0 ? 0 : 1);

      Attachments

        Activity

          People

            Unassigned Unassigned
            arren Shevek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: