1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/multimedia/xmms/files/patch-General_ir_ir.c

12 lines
277 B
C

--- General/ir/ir.c.orig 2005-05-21 18:04:04 UTC
+++ General/ir/ir.c
@@ -16,7 +16,7 @@
#include "ir.h"
/* Important stuff to know */
-static gboolean keepGoing = FALSE;
+static volatile gboolean keepGoing = FALSE;
/* The thread handle */
static pthread_t irapp_thread;