diff options
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript7-x11/files/patch-src_zdict.c (renamed from print/ghostscript7-x11/files/patch-src-zdict.c) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript7-x11/files/patch-src-zdict.c b/print/ghostscript7-x11/files/patch-src_zdict.c index 050ecc841717..7c806e3c0810 100644 --- a/print/ghostscript7-x11/files/patch-src-zdict.c +++ b/print/ghostscript7-x11/files/patch-src_zdict.c @@ -1,6 +1,6 @@ ---- src/zdict.c.orig 2013-04-30 11:04:05.000000000 +0900 -+++ src/zdict.c 2013-04-30 11:04:34.000000000 +0900 -@@ -35,12 +35,9 @@ +--- src/zdict.c.orig 2003-01-17 00:49:05 UTC ++++ src/zdict.c +@@ -35,12 +35,9 @@ zdict(i_ctx_t *i_ctx_p) os_ptr op = osp; check_type(*op, t_integer); @@ -14,7 +14,7 @@ return dict_create((uint) op->value.intval, op); } -@@ -458,12 +455,8 @@ +@@ -458,12 +455,8 @@ zsetmaxlength(i_ctx_t *i_ctx_p) check_type(*op1, t_dictionary); check_dict_write(*op1); check_type(*op, t_integer); |