aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-12-31 07:30:55 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-12-31 07:30:55 +0000
commit6127b118ac9364c21e93e26e667f05828ad5a392 (patch)
treebeca064cd7bf50c2e54d55e2800bff73066793f3 /print
parent4d4da06ed18f102a4e8278a60664fa201321a7f2 (diff)
downloadports-6127b118ac9364c21e93e26e667f05828ad5a392.tar.gz
ports-6127b118ac9364c21e93e26e667f05828ad5a392.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-afpl/files/patch-src:gdevgdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript-afpl/files/patch-src:gdevgdi.c b/print/ghostscript-afpl/files/patch-src:gdevgdi.c
index 996758e09685..460db38f4b8e 100644
--- a/print/ghostscript-afpl/files/patch-src:gdevgdi.c
+++ b/print/ghostscript-afpl/files/patch-src:gdevgdi.c
@@ -102,7 +102,7 @@
+ int f, g, h;
+ if (!fudge) {
+ ASSERT(use_band == ibp);
-+ use_band = (byte*)gs_malloc(ul_band_size, 1, "gdi_print_page/fudge");
++ use_band = (byte*)gs_malloc(/*XXX 'mem' ptr goes here*//*,*/ ul_band_size, 1, "gdi_print_page/fudge");
+ fudge=1;
+ }
+ memcpy(use_band, ibp, ul_band_size);