mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
d8bc81a867
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
12 lines
304 B
Diff
12 lines
304 B
Diff
--- 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);
|
|
|
|
|
|
|