mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
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
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue