Description: Fix PDF trailer attributes undefined error
 Update pdf2dsc.ps to match the changes in pdf_main.ps introduced by
 the rev. 10341. Thanks to William Bader for the patch.
Origin: http://svn.ghostscript.com/viewvc?view=rev&revision=10778
Author: Alex Cherepanov <alex.cherepanov@artifex.com>
Bug: http://bugs.ghostscript.com/show_bug.cgi?id=691124
Forwarded: yes
Last-Update: 2010-02-28
--- a/lib/pdf2dsc.ps
+++ b/lib/pdf2dsc.ps
@@ -116,7 +116,7 @@
    DSCfile PDFname write==only
    ( \(r\) file { DELAYSAFER { .setsafe } if } stopped pop\n) puts
    ( pdfopen begin\n) puts
-   ( copy_trailer_attrs\n) puts
+   ( process_trailer_attrs\n) puts
    (%%EndSetup\n) puts
 
    /.hasPageLabels false def % see "Page Labels" in the PDF Reference
