Hi, On Fri, Apr 25, 2003 at 10:54:25AM +0200, Henning Meier-Geinitz wrote: [rintf()] > The line is: > > int bpp = rintf ((float) htonl (res.transfersize) / pixels); > > What about this: > > int bpp = (int) (float) htonl (res.transfersize) / pixels + 0.5); I have changed that in CVS now. Ciao, Henning