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

Thanks to Bernd Herd.
This commit is contained in:
Huw D M Davies 2000-06-11 20:00:05 +00:00 committed by Alexandre Julliard
parent 7bfa21cb80
commit d323f4308d

View file

@ -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;
}