diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2007-06-03 05:02:53 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2007-06-03 05:02:53 +0000 |
commit | 63ef77c8985497c11e9063ae6975f277dbef0e94 (patch) | |
tree | 76e2fabecf1e6d56015d65f1a7de195484690386 /print/ghostscript-gpl/files/patch-lips__gdevrpdl.c | |
parent | Add dmxproto as well as dmx since dmx doesn't pull in dmxproto. (diff) |
Update to 8.57.
Submitted by: KATO Tsuguru
PR: ports/113009
Notes
Notes:
svn path=/head/; revision=192618
Diffstat (limited to 'print/ghostscript-gpl/files/patch-lips__gdevrpdl.c')
-rw-r--r-- | print/ghostscript-gpl/files/patch-lips__gdevrpdl.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/print/ghostscript-gpl/files/patch-lips__gdevrpdl.c b/print/ghostscript-gpl/files/patch-lips__gdevrpdl.c deleted file mode 100644 index 8673cb716108..000000000000 --- a/print/ghostscript-gpl/files/patch-lips__gdevrpdl.c +++ /dev/null @@ -1,20 +0,0 @@ ---- lips/gdevrpdl.c.orig Thu Nov 2 12:09:18 2000 -+++ lips/gdevrpdl.c Fri Dec 31 17:34:04 2004 -@@ -81,7 +81,7 @@ - if (pdev->PageCount == 0) - rpdl_printer_initialize(pdev, prn_stream, num_coipes); - -- if (!(lprn->CompBuf = gs_malloc(bpl * 3 / 2 + 1, maxY, "rpdl_print_page_copies(CompBuf)"))) -+ if (!(lprn->CompBuf = gs_malloc(pdev->memory, bpl * 3 / 2 + 1, maxY, "rpdl_print_page_copies(CompBuf)"))) - return_error(gs_error_VMerror); - - lprn->NegativePrint = false; /* Not Support */ -@@ -90,7 +90,7 @@ - if (code < 0) - return code; - -- gs_free(lprn->CompBuf, bpl * 3 / 2 + 1, maxY, "rpdl_print_page_copies(CompBuf)"); -+ gs_free(pdev->memory, lprn->CompBuf, bpl * 3 / 2 + 1, maxY, "rpdl_print_page_copies(CompBuf)"); - - fprintf(prn_stream, "\014"); /* Form Feed */ - |