From: Jean-Philippe Orsini Date: Sun, 22 Jan 2012 16:43:34 +0000 (+0000) Subject: fixed comment about g_thread_init call or not X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=09a5ce9d5d844bfea6f0ce13a7431ab91a903de4 fixed comment about g_thread_init call or not --- diff --git a/src/main.c b/src/main.c index 32d8927..185c894 100644 --- a/src/main.c +++ b/src/main.c @@ -441,9 +441,8 @@ int main(int argc, char **argv) log_glib_info(); #if !(GLIB_CHECK_VERSION(2, 31, 0)) /* - * Since GLib 2.32 g_thread_init call is deprecated and not - * needed. Documentation of this method is not clear whether - * it is also useless with 2.3.31. + * Since GLib 2.31 g_thread_init call is deprecated and not + * needed. */ log_debug("Calling g_thread_init(NULL)"); g_thread_init(NULL);