summaryrefslogtreecommitdiff
path: root/print/pslib/files/patch-src::pslib.c
diff options
context:
space:
mode:
Diffstat (limited to 'print/pslib/files/patch-src::pslib.c')
-rw-r--r--print/pslib/files/patch-src::pslib.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/print/pslib/files/patch-src::pslib.c b/print/pslib/files/patch-src::pslib.c
new file mode 100644
index 000000000000..35c92f767133
--- /dev/null
+++ b/print/pslib/files/patch-src::pslib.c
@@ -0,0 +1,22 @@
+--- src/pslib.c.orig Tue Jul 20 20:54:56 2004
++++ src/pslib.c Mon Nov 1 22:38:48 2004
+@@ -4557,8 +4557,8 @@
+ PS_begin_template(PSDoc *psdoc, float width, float height) {
+ PSImage *pstemplate;
+ char buffer[20];
+- buffer[0] = '\0';
+ int templateid;
++ buffer[0] = '\0';
+
+ if(NULL == psdoc) {
+ ps_error(psdoc, PS_RuntimeError, _("PSDoc is null."));
+@@ -4729,8 +4729,8 @@
+ PSPattern *pspattern;
+ char buffer[20];
+ int patternid;
+- buffer[0] = '\0';
+ PSShading *psshading;
++ buffer[0] = '\0';
+
+ if(NULL == psdoc) {
+ ps_error(psdoc, PS_RuntimeError, _("PSDoc is null."));