Skip to content

Commit

Permalink
Adapt to cups-filters 2.x changes: No output format parameters
Browse files Browse the repository at this point in the history
Most filter functions do not need to have their output data format
specified as individual parameter but now input and output data format
are defined in the common filter data for the filter chain.

Therefore supply NULL as parameter for cfFilterPDFToPDF() now.
  • Loading branch information
tillkamppeter committed Sep 3, 2022
1 parent 59b2419 commit 88111ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghostscript-printer-app.c
Expand Up @@ -55,7 +55,7 @@ static pr_spooling_conversion_t ghostscript_convert_pdf_to_fx_pdf =
{
{
cfFilterPDFToPDF,
"application/vnd.cups-pdf",
NULL,
"pdftopdf"
},
{
Expand Down

0 comments on commit 88111ba

Please sign in to comment.