blob: 7679122ef4051f781c29a81c64d279313d6206a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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);
|