From: Zoltan B. <zb...@du...> - 2006-09-10 09:07:01
|
Hi, the stricter compiler and function attributes on Fedora Core 6 Test3 gave me warnings in rpdf, which turn out to be real bugs: ignored value returned by read() and write() can cause incomplete picture file read-in in rpdf/rpdf.c or incomplete PDF writeout rpdf/test.c. Also, a static function rpdf_error() isn't used anywhere, I made it inaccessible to the preprocessor with #if 0 for now. Patch attached, please review. Best regards, Zolt=E1n Bob Doan =EDrta: > All, > > Hopefully this will be the last RLIB release before 2.0. Let me know i= f > you find any bugs. > > - Fix Crashes (Me, Zoltan) > - "do_break" - Output Parameter=20 > - Support cursors w/ forward only navigation (Me, Zoltan) > - CSV Data Source (Me) > - Valid XHTML HTML Output (Me, Al) > - RPDF Compression (Zoltan) > - OSX Build/Link Fixes > > http://rlib.sicom.com | http://rlib.sf.net > > - Bob > =20 |