summaryrefslogtreecommitdiff
path: root/tools/tiffinfo.c
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2004-07-06 15:20:37 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2004-07-06 15:20:37 +0000
commit6d23304d263bb9645918ee370e71c021c2e01ba5 (patch)
tree98b4a8c4524562aa49b0dd7f329238c222ef41b8 /tools/tiffinfo.c
parent037cab34989ffd55df1eec24ecd0cc54fe8e86e5 (diff)
downloadlibtiff-git-6d23304d263bb9645918ee370e71c021c2e01ba5.tar.gz
added i flag to getopt call
Diffstat (limited to 'tools/tiffinfo.c')
-rw-r--r--tools/tiffinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tiffinfo.c b/tools/tiffinfo.c
index dbb94d7a..e41e680d 100644
--- a/tools/tiffinfo.c
+++ b/tools/tiffinfo.c
@@ -1,4 +1,4 @@
-/* $Id: tiffinfo.c,v 1.5 2004-06-05 08:13:06 dron Exp $ */
+/* $Id: tiffinfo.c,v 1.6 2004-07-06 15:20:37 warmerda Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
@@ -53,7 +53,7 @@ main(int argc, char* argv[])
uint32 diroff = 0;
int chopstrips = 0; /* disable strip chopping */
- while ((c = getopt(argc, argv, "f:o:cdDSjlmrsvwz0123456789")) != -1)
+ while ((c = getopt(argc, argv, "f:o:cdDSjilmrsvwz0123456789")) != -1)
switch (c) {
case '0': case '1': case '2': case '3':
case '4': case '5': case '6': case '7':