aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-12-31 15:30:55 +0800
committerobrien <obrien@FreeBSD.org>2004-12-31 15:30:55 +0800
commit780a54a73a95be7e570af95d110a8c30fbf1803f (patch)
tree76efa47ca4fd7da535f3ef09e22a5e1e2256d48f
parent040cc270c4b273d18389cc8334708503483d26bd (diff)
downloadfreebsd-ports-gnome-780a54a73a95be7e570af95d110a8c30fbf1803f.tar.gz
freebsd-ports-gnome-780a54a73a95be7e570af95d110a8c30fbf1803f.tar.zst
freebsd-ports-gnome-780a54a73a95be7e570af95d110a8c30fbf1803f.zip
Note where the missing parameter is.
I don't understand enough of what this patch is trying to do, to be able to adjust it for versions 8.31+.
-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);