freebsd-ports/graphics/cinepaint/files/patch-lib_size_entry.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

11 lines
273 B
C

--- lib/size_entry.c.orig 2013-11-05 15:38:06.000000000 +0300
+++ lib/size_entry.c 2013-11-05 15:39:14.000000000 +0300
@@ -169,7 +169,7 @@
GtkType
gimp_size_entry_get_type (void)
{
- static guint gse_type = 0;
+ static GtkType gse_type = 0;
if (!gse_type)
{