From c4f19a4c1ce2b200d4e18c880257a4389bd5368c Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 9 Oct 2012 11:01:36 -0600 Subject: [PATCH] eliminate gratuitious comment change in source code --- common-src/glib-util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common-src/glib-util.c b/common-src/glib-util.c index a20d745..9fd8ced 100644 --- a/common-src/glib-util.c +++ b/common-src/glib-util.c @@ -95,7 +95,8 @@ glib_init(void) { if (did_glib_init) return; did_glib_init = TRUE; - /* set up libcurl */ + /* set up libcurl (this must happen before threading + * is initialized) */ #ifdef HAVE_LIBCURL # ifdef G_THREADS_ENABLED # if (GLIB_MAJOR_VERSION < 2 || (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION < 31)) -- 2.30.2