From: Bob D. <bd...@si...> - 2006-09-13 19:40:01
|
Hey, Actually you can't subtract size in that routine like that because it will cause stuff below to fail and no images will make it to the report. Attached is my version of it (committed) Thanks! - Bob On Sun, 2006-09-10 at 11:06 +0200, Zoltan Boszormenyi wrote: > Hi, >=20 > 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. >=20 > Patch attached, please review. >=20 > Best regards, > Zolt=C3=A1n >=20 > Bob Doan =C3=ADrta: > > All, > > > > Hopefully this will be the last RLIB release before 2.0. Let me know= if > > 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 >=20 --=20 |