mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-25 00:26:52 +02:00
Fix an error message. (#168751, Hazael Maldonado Torres)
2005-03-08 Matthias Clasen <mclasen@redhat.com> * glib/goption.c (parse_int): Fix an error message. (#168751, Hazael Maldonado Torres)
This commit is contained in:
parent
20967643a3
commit
0fa2c2b366
@ -1,3 +1,8 @@
|
|||||||
|
2005-03-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/goption.c (parse_int): Fix an error message.
|
||||||
|
(#168751, Hazael Maldonado Torres)
|
||||||
|
|
||||||
2005-03-07 Matthias Clasen <mclasen@redhat.com>
|
2005-03-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gdebug.h: Small cleanup (use G_BEGIN/END_DECLS).
|
* glib/gdebug.h: Small cleanup (use G_BEGIN/END_DECLS).
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-03-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/goption.c (parse_int): Fix an error message.
|
||||||
|
(#168751, Hazael Maldonado Torres)
|
||||||
|
|
||||||
2005-03-07 Matthias Clasen <mclasen@redhat.com>
|
2005-03-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gdebug.h: Small cleanup (use G_BEGIN/END_DECLS).
|
* glib/gdebug.h: Small cleanup (use G_BEGIN/END_DECLS).
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-03-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/goption.c (parse_int): Fix an error message.
|
||||||
|
(#168751, Hazael Maldonado Torres)
|
||||||
|
|
||||||
2005-03-07 Matthias Clasen <mclasen@redhat.com>
|
2005-03-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gdebug.h: Small cleanup (use G_BEGIN/END_DECLS).
|
* glib/gdebug.h: Small cleanup (use G_BEGIN/END_DECLS).
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2005-03-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/goption.c (parse_int): Fix an error message.
|
||||||
|
(#168751, Hazael Maldonado Torres)
|
||||||
|
|
||||||
2005-03-07 Matthias Clasen <mclasen@redhat.com>
|
2005-03-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gdebug.h: Small cleanup (use G_BEGIN/END_DECLS).
|
* glib/gdebug.h: Small cleanup (use G_BEGIN/END_DECLS).
|
||||||
|
@ -611,7 +611,7 @@ parse_int (const gchar *arg_name,
|
|||||||
{
|
{
|
||||||
g_set_error (error,
|
g_set_error (error,
|
||||||
G_OPTION_ERROR, G_OPTION_ERROR_BAD_VALUE,
|
G_OPTION_ERROR, G_OPTION_ERROR_BAD_VALUE,
|
||||||
_("Cannot parse integer value '%s' for --%s"),
|
_("Cannot parse integer value '%s' for %s"),
|
||||||
arg, arg_name);
|
arg, arg_name);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user