From: mental Date: Tue, 23 May 2006 06:37:52 +0000 (+0000) Subject: whoops, quoting of % X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b7d235efe46c2f9239485f5b956fccd176bc9b5c;p=inkscape.git whoops, quoting of % --- diff --git a/src/extension/internal/ps.cpp b/src/extension/internal/ps.cpp index 7b7698844..c814637c6 100644 --- a/src/extension/internal/ps.cpp +++ b/src/extension/internal/ps.cpp @@ -489,7 +489,7 @@ PrintPS::finish(Inkscape::Extension::Print *mod) } fprintf(_stream, "showpage\n"); - int const res = fprintf(_stream, "%%EOF\n"); + int const res = fprintf(_stream, "%%%%EOF\n"); /* Flush stream to be sure. */ (void) fflush(_stream);