~ubuntu-branches/debian/sid/foomatic-filters/sid

« back to all changes in this revision

Viewing changes to foomaticrip.c

  • Committer: Package Import Robot
  • Author(s): Didier Raboud, Till Kamppeter
  • Date: 2012-06-24 10:59:28 UTC
  • mfrom: (1.2.11)
  • Revision ID: package-import@ubuntu.com-20120624105928-uald3apj147gmq9a
Tags: 4.0.16-1
[ Till Kamppeter ]
* New upstream release
   - Fixed off-by-one bug which has cut off the last character of the
     option string for CUPS (5th command line argument) and so made the
     last option setting not being applied. LP: #1003194.
   - Fixed wrong access to command line option list which prevented the
     command line options being passed on to the pdftops CUPS filter
     when incoming PDF is converted to PostScript. LP: #1002699.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1062
1062
                if (spooler == SPOOLER_CUPS)
1063
1063
                  snprintf(pdf2ps_cmd, PATH_MAX,
1064
1064
                           "pdftops '%s' '%s' '%s' '%s' '%s' '%s'",
1065
 
                           job->id, job->user, job->title, "1", job->optstr,
 
1065
                           job->id, job->user, job->title, "1", job->optstr->data,
1066
1066
                           filename);
1067
1067
                else
1068
1068
                  snprintf(pdf2ps_cmd, PATH_MAX,