[Replicated against 1.2rc1, which does not appear in the version pulldown]
Output from dvips and probably other software is corrupted by the pstops filter. (I have only seen additional garbage added immediately after %%BeginSetup:, but other corruption should be possible.)
The cause is a failure to propagate linelen up to copy_dsc() after copying the prolog; the setup section also lacks the same. So the first line in the setup section is assumed to be as long as the first line in the prolog, and... mess results.
Patch attached.
The text was updated successfully, but these errors were encountered:
Version: 1.2-current
CUPS.org User: nix
[Replicated against 1.2rc1, which does not appear in the version pulldown]
Output from dvips and probably other software is corrupted by the pstops filter. (I have only seen additional garbage added immediately after %%BeginSetup:, but other corruption should be possible.)
The cause is a failure to propagate linelen up to copy_dsc() after copying the prolog; the setup section also lacks the same. So the first line in the setup section is assumed to be as long as the first line in the prolog, and... mess results.
Patch attached.
The text was updated successfully, but these errors were encountered: