mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Use g_unsetenv, not unsetenv
This fixed the win32 build
This commit is contained in:
parent
aed6d01d14
commit
d0635dac52
@ -261,7 +261,7 @@ bug653052 (void)
|
|||||||
int
|
int
|
||||||
main (int argc, char *argv[])
|
main (int argc, char *argv[])
|
||||||
{
|
{
|
||||||
unsetenv ("G_MESSAGES_DEBUG");
|
g_unsetenv ("G_MESSAGES_DEBUG");
|
||||||
|
|
||||||
g_test_init (&argc, &argv, NULL);
|
g_test_init (&argc, &argv, NULL);
|
||||||
g_test_bug_base ("http://bugzilla.gnome.org/");
|
g_test_bug_base ("http://bugzilla.gnome.org/");
|
||||||
|
Loading…
Reference in New Issue
Block a user