poppler/PSOutputDev.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9855529e8e1a83c6d77a9e4221ea2132d44e9fb1
Author: Albert Astals Cid <[email protected]>
Date:   Sat Oct 1 14:27:44 2011 +0200

    Remove space after % as it confuses libspectre
    
    Discussed with Adrian Johnson
    Problem found by Glad Deschrijver

diff --git a/poppler/PSOutputDev.cc b/poppler/PSOutputDev.cc
index 3e5cf08..4e6392e 100644
--- a/poppler/PSOutputDev.cc
+++ b/poppler/PSOutputDev.cc
@@ -15,7 +15,7 @@
 //
 // Copyright (C) 2005 Martin Kretzschmar <[email protected]>
 // Copyright (C) 2005, 2006 Kristian Høgsberg <[email protected]>
-// Copyright (C) 2006-2009 Albert Astals Cid <[email protected]>
+// Copyright (C) 2006-2009, 2011 Albert Astals Cid <[email protected]>
 // Copyright (C) 2006 Jeff Muizelaar <[email protected]>
 // Copyright (C) 2007, 2008 Brad Hards <[email protected]>
 // Copyright (C) 2008, 2009 Koji Otani <[email protected]>
@@ -1315,7 +1315,7 @@ void PSOutputDev::writeHeader(int firstPage, int lastPage,
     writePS("%!PS-Adobe-3.0 Resource-Form\n");
     break;
   }
-  writePSFmt("% Produced by poppler pdftops version: {0:s} 
(http://poppler.freedesktop.org)\n", PACKAGE_VERSION);
+  writePSFmt("%Produced by poppler pdftops version: {0:s} 
(http://poppler.freedesktop.org)\n", PACKAGE_VERSION);
   xref->getDocInfo(&info);
   if (info.isDict() && info.dictLookup("Creator", &obj1)->isString()) {
     writePS("%%Creator: ");
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to