Code

add %%EOF trailer for DSC-compliance
authormental <mental@users.sourceforge.net>
Sun, 21 May 2006 04:05:33 +0000 (04:05 +0000)
committermental <mental@users.sourceforge.net>
Sun, 21 May 2006 04:05:33 +0000 (04:05 +0000)
ChangeLog
src/extension/internal/ps.cpp

index 8606a9ec200b476927f22c8bd781063f67d45414..197a7c855993534e3e56f80edee29e66af93f8ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-20  MenTaLguY  <mental@rydia.net>
+
+       * src/extensin/internal/ps.cpp:
+
+         add %%EOF trailer for DSC-compliance
+
 2006-05-20  Colin Marquardt  <colin@marquardt-home.de>
 
        * share/extensions/lindenmayer.inx,
index efc689a77a14acd724ae7579965e1dfdcd344608..d474f85334e05b44cc53521595a95ad61a3919be 100644 (file)
@@ -417,6 +417,8 @@ PrintPS::begin(Inkscape::Extension::Print *mod, SPDocument *doc)
         }
     }
 
+    os << "%%EOF\n";
+
     /* FIXME: This function is declared to return unsigned, whereas fprintf returns a signed int *
      * that can be zero if the first fprintf failed (os is empty) or "negative" (i.e. very positive
      * in unsigned int interpretation) if the first fprintf failed but this one succeeds, or