summaryrefslogtreecommitdiff
path: root/print/ghostscript7-x11/files/patch-src_idparam.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--print/ghostscript7-x11/files/patch-src_idparam.c (renamed from print/ghostscript7-x11/files/patch-src-idparam.c)8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript7-x11/files/patch-src-idparam.c b/print/ghostscript7-x11/files/patch-src_idparam.c
index 636d7c16b510..21035471f01e 100644
--- a/print/ghostscript7-x11/files/patch-src-idparam.c
+++ b/print/ghostscript7-x11/files/patch-src_idparam.c
@@ -1,6 +1,6 @@
---- src/idparam.c.orig 2013-04-30 10:54:55.000000000 +0900
-+++ src/idparam.c 2013-04-30 10:55:23.000000000 +0900
-@@ -61,8 +61,7 @@
+--- src/idparam.c.orig 2003-01-17 00:49:04 UTC
++++ src/idparam.c
+@@ -61,8 +61,7 @@ dict_int_null_param(const ref * pdict, c
int maxval, int defaultval, int *pvalue)
{
ref *pdval;
@@ -10,7 +10,7 @@
if (pdict == 0 || dict_find_string(pdict, kstr, &pdval) <= 0) {
ival = defaultval;
-@@ -349,7 +348,7 @@
+@@ -349,7 +348,7 @@ dict_uid_param(const ref * pdict, gs_uid
} else {
if (!r_has_type(puniqueid, t_integer) ||
puniqueid->value.intval < 0 ||