From: Bdale Garbee Date: Tue, 9 Oct 2012 17:01:36 +0000 (-0600) Subject: eliminate gratuitious comment change in source code X-Git-Tag: debian/3.3.3-1~9 X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=commitdiff_plain;h=c4f19a4c1ce2b200d4e18c880257a4389bd5368c eliminate gratuitious comment change in source code --- 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))