1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/multimedia/gxine/files/patch-src__lirc.c
Wen Heping 377732f937 - Update to 0.5.910 [1]
- Regenerate patch with makepatch

PR:		226084 [1]
Submitted by:	w.schwarzenfeld@utanet.at [1]
2018-02-22 07:59:28 +00:00

13 lines
356 B
C

--- src/lirc.c.orig 2017-12-27 17:41:32 UTC
+++ src/lirc.c
@@ -226,8 +226,8 @@ static JSBool js_reload_lirc (JSContext *cx, uintN arg
if (gxine_lirc_thread_created)
pthread_join (gxine_lirc_thread, NULL);
gxine_lirc_start ();
-#endif
JS_SET_RVAL (cx, vp, gxine_lirc_thread_created ? JSVAL_TRUE : JSVAL_FALSE);
+#endif
return JS_TRUE;
}