1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/cinepaint/files/patch-lib_chainbutton.c
John Marino eb11a8aadf graphics/cinepaint: Fix start-up segfault on amd64
PR:		183691
Submitted by:	avjwork (gmail)
2014-06-15 13:10:19 +00:00

12 lines
277 B
C

--- lib/chainbutton.c.orig 2013-11-05 15:35:41.000000000 +0300
+++ lib/chainbutton.c 2013-11-05 15:36:17.000000000 +0300
@@ -155,7 +155,7 @@
GtkType
gimp_chain_button_get_type (void)
{
- static guint gcb_type = 0;
+ static GtkType gcb_type = 0;
if (!gcb_type)
{