diff options
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript8-base/files/patch-contrib_japanese_gdevdmpr.c (renamed from print/ghostscript8-base/files/patch-contrib__japanese__gdevdmpr.c) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/ghostscript8-base/files/patch-contrib__japanese__gdevdmpr.c b/print/ghostscript8-base/files/patch-contrib_japanese_gdevdmpr.c index 1e6c3261d464..0c048042a441 100644 --- a/print/ghostscript8-base/files/patch-contrib__japanese__gdevdmpr.c +++ b/print/ghostscript8-base/files/patch-contrib_japanese_gdevdmpr.c @@ -1,5 +1,5 @@ ---- contrib/japanese/gdevdmpr.c.orig Thu Apr 26 01:27:24 2007 -+++ contrib/japanese/gdevdmpr.c Tue May 15 01:44:09 2007 +--- contrib/japanese/gdevdmpr.c.orig 2007-09-25 13:31:24 UTC ++++ contrib/japanese/gdevdmpr.c @@ -41,8 +41,6 @@ /* include library header. */ #include "dviprlib.h" @@ -9,7 +9,7 @@ #define LOCAL_DEBUG 0 #define DEVICE_NAME "dmprt" -@@ -405,8 +403,6 @@ +@@ -405,8 +403,6 @@ gdev_dmprt_put_params(gx_device *pdev, g if (pddev->dmprt.max_height>0 && pddev->dmprt.max_height<pddev->height) pddev->height = pddev->dmprt.max_height; @@ -18,7 +18,7 @@ return code; } -@@ -425,8 +421,6 @@ +@@ -425,8 +421,6 @@ gdev_dmprt_put_dmprt_params(gx_device *p if (code < 0) return code; if (code == 0) pddev->dmprt.debug_f = vbool; @@ -27,7 +27,7 @@ code = param_read_bool(plist, "Verbose", &vbool); if (code < 0) return code; pddev->dmprt.verbose_f = vbool; -@@ -841,13 +835,12 @@ +@@ -841,13 +835,12 @@ gdev_dmprt_dviprt_lib_fopen(const char * char *env; strcpy(fname,fnamebase); |