12 lines
436 B
Diff
12 lines
436 B
Diff
diff -Naur tiff-3.9.6.orig/tools/tiff2pdf.c tiff-3.9.6/tools/tiff2pdf.c
|
|
--- tiff-3.9.6.orig/tools/tiff2pdf.c 2010-12-13 20:45:51.000000000 -0500
|
|
+++ tiff-3.9.6/tools/tiff2pdf.c 2012-07-05 13:37:20.143798126 -0400
|
|
@@ -1035,6 +1035,7 @@
|
|
"Can't set directory %u of input file %s",
|
|
i,
|
|
TIFFFileName(input));
|
|
+ t2p->t2p_error = T2P_ERR_ERROR;
|
|
return;
|
|
}
|
|
if(TIFFGetField(input, TIFFTAG_PAGENUMBER, &pagen, &paged)){
|