From be0df487278e5b35a4964bc5b60d0cced328d0b8 Mon Sep 17 00:00:00 2001 From: Lee Howard Date: Mon, 22 Feb 2010 21:14:10 +0000 Subject: [PATCH] Since the 3.8 days it's sp->line and not line. --- libtiff/tif_fax3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtiff/tif_fax3.c b/libtiff/tif_fax3.c index 6f50ec0a..1bc67315 100644 --- a/libtiff/tif_fax3.c +++ b/libtiff/tif_fax3.c @@ -1,4 +1,4 @@ -/* $Id: tif_fax3.c,v 1.68 2010-02-22 19:24:39 faxguy Exp $ */ +/* $Id: tif_fax3.c,v 1.69 2010-02-22 21:14:10 faxguy Exp $ */ /* * Copyright (c) 1990-1997 Sam Leffler @@ -1402,7 +1402,7 @@ Fax4Decode(TIFF* tif, uint8* buf, tmsize_t occ, uint16 s) ClrBits( 13 ); (*sp->fill)(buf, thisrun, pa, lastx); UNCACHE_STATE(tif, sp); - return ( line ? 1 : -1); /* don't error on badly-terminated strips */ + return ( sp->line ? 1 : -1); /* don't error on badly-terminated strips */ } UNCACHE_STATE(tif, sp); return (1);