--- 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;- Re: PATCH: tiny buglett in picf.c Robert Wilhelm
- Re: PATCH: tiny buglett in picf.c Dom Lachowicz
