Commit d323f430 authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

Terminate image data with a '>' [The PSLRM is rather vague about this].

Thanks to Bernd Herd.
parent 7bfa21cb
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment