21 lines
976 B
Diff
21 lines
976 B
Diff
|
diff --git a/devices/gdevtsep.c b/devices/gdevtsep.c
|
||
|
index 6a50a4a..471fcb5 100644
|
||
|
--- a/devices/gdevtsep.c
|
||
|
+++ b/devices/gdevtsep.c
|
||
|
@@ -2332,6 +2332,7 @@ tiffsep_print_page(gx_device_printer * pdev, FILE * file)
|
||
|
"\nUse of the %%d format is required to output more than one page to tiffsep.\n"
|
||
|
"See doc/Devices.htm#TIFF for details.\n\n");
|
||
|
code = gs_note_error(gs_error_ioerror);
|
||
|
+ goto done;
|
||
|
}
|
||
|
/* Write the page directory for the CMYK equivalent file. */
|
||
|
if (!tfdev->comp_file) {
|
||
|
@@ -2685,6 +2686,7 @@ tiffsep1_print_page(gx_device_printer * pdev, FILE * file)
|
||
|
"\nUse of the %%d format is required to output more than one page to tiffsep1.\n"
|
||
|
"See doc/Devices.htm#TIFF for details.\n\n");
|
||
|
code = gs_note_error(gs_error_ioerror);
|
||
|
+ goto done;
|
||
|
}
|
||
|
/* If the output file is on disk and the name contains a page #, */
|
||
|
/* then delete the previous file. */
|