mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-30 20:33:08 +02:00
Merge branch 'wip/smcv/goption-unknown' into 'main'
goption: Fix a typo See merge request GNOME/glib!3715
This commit is contained in:
commit
ee94074463
@ -1814,7 +1814,7 @@ g_option_context_parse (GOptionContext *context,
|
|||||||
else
|
else
|
||||||
prgname = platform_get_argv0 ();
|
prgname = platform_get_argv0 ();
|
||||||
|
|
||||||
g_set_prgname_once (prgname ? prgname : "<unknown");
|
g_set_prgname_once (prgname ? prgname : "<unknown>");
|
||||||
|
|
||||||
g_free (prgname);
|
g_free (prgname);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user