From 058e69cba4686a7aa36f3fbaf67d82df0e067386 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 27 Mar 2009 02:39:38 +0000 Subject: fix orientation problem on big-endian machines git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@864 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/tifftopnm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/other/tifftopnm.c') diff --git a/converter/other/tifftopnm.c b/converter/other/tifftopnm.c index d319e2e3..fe0de2d7 100644 --- a/converter/other/tifftopnm.c +++ b/converter/other/tifftopnm.c @@ -236,7 +236,7 @@ getTiffDimensions(TIFF * const tiffP, int ok; unsigned int width, length; - unsigned int tiffOrientation; + unsigned short tiffOrientation; unsigned short orientation; int present; -- cgit 1.4.1