ports/print/ghostscript-gpl/files/patch-src__gdevperm.c
Rong-En Fan dff249b3e2 - Update to 8.61
PR:		ports/118608
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
2008-02-29 05:55:11 +00:00

11 lines
445 B
C

--- src/gdevperm.c.orig Tue Sep 25 22:31:24 2007
+++ src/gdevperm.c Sat Nov 24 15:11:12 2007
@@ -286,7 +286,7 @@
(strncmp((const char *)name, (const char *)str, name_size) == 0))
static int
-perm_get_color_comp_index(const gx_device *pdev, const char *pname,
+perm_get_color_comp_index(gx_device *pdev, const char *pname,
int name_size, int component_type)
{
const gx_device_perm_t * const dev = (const gx_device_perm_t *)pdev;