• Embarcadero C++Builder doesn't support more than 50 files open at the same time for legacy 32 Bit apps, which makes a test fail trying to open more than that many files. This changes the number of open files for that test to far less to make the test succeed. Alternatively one could reduce the hard coded number of 200 in QPDF itself, which I didn't do currently because it needs adoption of manuals etc. and is something which needs to be discussed with the author of QPDF. I guess chances are better to get the test changed upstream.
    
    This fixes #288: https://github.com/qpdf/qpdf/issues/288
    Thorsten Schöning authored
     
    Browse Dir »
  • Two operands must evaluate to the same value.
    Jay Berkenbilt authored
     
    Browse Dir »