Hi The test fail in DeviceTest is caused by PdfOutputBuffer starting writing at the beginning of a PdfRefCountedBuffer that already contains data, where DeviceTest assumes it'll begin appending at the end of the data that's already there.
Any idea which the rest of the code expects? Which do you think is best? The existing behaviour (open existing and clobber) or the tested-for behaviour (open existing for append)? I would really like to look at a mature "streams" framework like the Boost one, because we're doing a lot of wheel reinventing in this area. -- Craig Ringer ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
