Re: PATCH: tiny buglett in picf.c


Subject: Re: PATCH: tiny buglett in picf.c
From: Dom Lachowicz (doml@appligent.com)
Date: Fri Dec 21 2001 - 16:08:07 CST


On Fri, 2001-12-21 at 16:11, Robert Wilhelm wrote:
> --- wv/picf.c.org Fri Dec 21 22:05:56 2001
> +++ wv/picf.c Fri Dec 21 22:06:52 2001
> @@ -157,7 +157,7 @@ wvEatOldGraphicHeader (wvStream * fd, U3
> X = read_32ubit (fd); /*changes, lets call this X */
> wvError (("X is %x\n", X));
> count += 4;
> - read_16ubit (fd); /*0x0000 */
> + test = read_16ubit (fd); /*0x0000 */
> if (test != 0x00000000L)
> wvError (("Old Graphic\n"));
> count += 2;

Taken care of.

Dom



This archive was generated by hypermail 2b25 : Fri Dec 21 2001 - 16:07:27 CST