mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
Don't create the option_name twice. (#334519, Chris Wilson)
2006-03-14 Matthias Clasen <mclasen@redhat.com> * glib/goption.c (parse_short_option): Don't create the option_name twice. (#334519, Chris Wilson)
This commit is contained in:
parent
9ee7e2e777
commit
99024c7ea7
@ -1,3 +1,8 @@
|
||||
2006-03-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/goption.c (parse_short_option): Don't create the
|
||||
option_name twice. (#334519, Chris Wilson)
|
||||
|
||||
2006-03-13 Anders Carlsson <andersca@luminoth.local>
|
||||
|
||||
* configure.in: Revert fix for #322476, it breaks module loading
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-03-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/goption.c (parse_short_option): Don't create the
|
||||
option_name twice. (#334519, Chris Wilson)
|
||||
|
||||
2006-03-13 Anders Carlsson <andersca@luminoth.local>
|
||||
|
||||
* configure.in: Revert fix for #322476, it breaks module loading
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-03-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/goption.c (parse_short_option): Don't create the
|
||||
option_name twice. (#334519, Chris Wilson)
|
||||
|
||||
2006-03-13 Anders Carlsson <andersca@luminoth.local>
|
||||
|
||||
* configure.in: Revert fix for #322476, it breaks module loading
|
||||
|
@ -928,8 +928,6 @@ parse_short_option (GOptionContext *context,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
option_name = g_strdup_printf ("-%c", group->entries[j].short_name);
|
||||
|
||||
if (index < *argc - 1)
|
||||
{
|
||||
if (!OPTIONAL_ARG (&group->entries[j]))
|
||||
|
Loading…
Reference in New Issue
Block a user