slackbuilds_ponce/ham/grig/g_thread.patch

13 lines
304 B
Diff
Raw Normal View History

--- src/main.c 2011-06-27 12:02:28.000000000 +0200
+++ src/main.c 2014-07-14 17:06:44.649235990 +0200
@@ -182,8 +182,7 @@
the program if threads are not supported... then why doesn''t it work
on FreeBSD?
*/
- if (!g_thread_supported ())
- g_thread_init (NULL);
+ g_thread_init (NULL);