1.1 diff -r 752599b50ff3 -r cfa664f3129c tumble_tiff.c 1.2 --- a/tumble_tiff.c Thu Mar 20 06:54:08 2003 +0000 1.3 +++ b/tumble_tiff.c Thu Mar 20 07:02:28 2003 +0000 1.4 @@ -1,7 +1,7 @@ 1.5 /* 1.6 * tumble: build a PDF file from image files 1.7 * 1.8 - * $Id: tumble_tiff.c,v 1.1 2003/03/19 22:54:08 eric Exp $ 1.9 + * $Id: tumble_tiff.c,v 1.2 2003/03/19 23:02:28 eric Exp $ 1.10 * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.11 * 1.12 * This program is free software; you can redistribute it and/or modify 1.13 @@ -65,8 +65,6 @@ 1.14 if ((buf [0] != 0x49) || (buf [1] != 0x49)) 1.15 return (0); 1.16 1.17 - /* $$$ should we dup the file descriptor here, so that later closing f 1.18 - won't cause problems? */ 1.19 tiff_in = TIFFFdOpen (fileno (f), name, "r"); 1.20 if (! tiff_in) 1.21 {