opnsense-ports/graphics/rawstudio/files/patch-src_rs-batch.c
Franco Fichtner 5043117546 */*: sync with upstream
Taken from: FreeBSD
2015-10-17 09:05:03 +02:00

11 lines
309 B
C

--- src/rs-batch.c.orig 2011-04-07 18:05:03 UTC
+++ src/rs-batch.c
@@ -830,7 +830,7 @@ static void
filetype_changed(gpointer active, gpointer user_data)
{
RS_QUEUE *queue = (RS_QUEUE *) user_data;
- GType filetype = GPOINTER_TO_INT(active);
+ GType filetype = (GType)active;
if (!filetype)
return;