Terminate image data with a '>' [The PSLRM is rather vague about this].
Thanks to Bernd Herd.
This commit is contained in:
parent
7bfa21cb80
commit
d323f4308d
|
@ -205,9 +205,7 @@ INT PSDRV_StretchDIBits( DC *dc, INT xDst, INT yDst, INT widthDst,
|
|||
return FALSE;
|
||||
|
||||
}
|
||||
PSDRV_WriteSpool(dc, "%\n", 2); /* some versions of ghostscript seem to
|
||||
eat one too many chars after the image
|
||||
operator */
|
||||
PSDRV_WriteSpool(dc, ">\n", 2); /* End-of-Data for /HexASCIIDecodeFilter */
|
||||
PSDRV_WriteGRestore(dc);
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue