summaryrefslogtreecommitdiff
path: root/tools/tiffgt.c
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2005-12-27 12:20:53 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2005-12-27 12:20:53 +0000
commitf7f87d0e1db9948920fee2a4facf6aea2dbb530e (patch)
tree19d1ddcdd0b98c7c945022cebdf2bf7176dc6a82 /tools/tiffgt.c
parent10963455dc9e816e3c56455a827c68bf6203dd9f (diff)
downloadlibtiff-git-f7f87d0e1db9948920fee2a4facf6aea2dbb530e.tar.gz
Avoid warnings.
Diffstat (limited to 'tools/tiffgt.c')
-rw-r--r--tools/tiffgt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tiffgt.c b/tools/tiffgt.c
index d6a27e97..9b75f4cf 100644
--- a/tools/tiffgt.c
+++ b/tools/tiffgt.c
@@ -1,4 +1,4 @@
-/* $Id: tiffgt.c,v 1.4 2005-06-23 11:50:05 dron Exp $ */
+/* $Id: tiffgt.c,v 1.5 2005-12-27 12:26:08 dron Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
@@ -53,7 +53,7 @@ static uint16 photo0 = (uint16) -1, photo;
static int stoponerr = 0; /* stop on read error */
static int verbose = 0;
static char title[1024]; /* window title line */
-static long xmax, ymax;
+static uint32 xmax, ymax;
static char** filelist = NULL;
static int fileindex;
static int filenum;