mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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+.
This commit is contained in:
parent
4d4da06ed1
commit
6127b118ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125583
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user