PATCH: tiny buglett in picf.c


Subject: PATCH: tiny buglett in picf.c
From: Robert Wilhelm (robert@gaston.camelot.de)
Date: Fri Dec 21 2001 - 15:11:16 CST


--- 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;



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