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-Tag: v0.8.0.5~479 X-Git-Url: http://wpitchoune.net/gitweb/?a=commitdiff_plain;h=eb83272a94fcc30084f24a24440b2cb294e9f414;p=psensor.git fixed comment about g_thread_init call or not --- diff --git a/src/main.c b/src/main.c index e2162e7..cc6d808 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);