From d0635dac52b4a4dae535dd22940ed2adb6a89074 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 20 Mar 2012 10:19:42 +0100 Subject: [PATCH] Use g_unsetenv, not unsetenv This fixed the win32 build --- glib/tests/logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/tests/logging.c b/glib/tests/logging.c index 8a6fe1650..89005a8f8 100644 --- a/glib/tests/logging.c +++ b/glib/tests/logging.c @@ -261,7 +261,7 @@ bug653052 (void) int main (int argc, char *argv[]) { - unsetenv ("G_MESSAGES_DEBUG"); + g_unsetenv ("G_MESSAGES_DEBUG"); g_test_init (&argc, &argv, NULL); g_test_bug_base ("http://bugzilla.gnome.org/"); -- 2.34.1