mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
13 lines
304 B
Diff
13 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);
|
||
|
|
||
|
|
||
|
|