Petr Gajdos
37fb09c0a4
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=49
13 lines
422 B
Diff
13 lines
422 B
Diff
Index: tools/tiff2pdf.c
|
|
===================================================================
|
|
--- tools/tiff2pdf.c.orig
|
|
+++ tools/tiff2pdf.c
|
|
@@ -1066,6 +1066,7 @@ void t2p_read_tiff_init(T2P* t2p, TIFF*
|
|
"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)){
|