mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
12 lines
277 B
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;
|