mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
Forgotten file
This commit is contained in:
parent
88438e432f
commit
75aa0676a0
@ -747,7 +747,7 @@ parse_int64 (const gchar *arg_name,
|
||||
gint64 tmp;
|
||||
|
||||
errno = 0;
|
||||
tmp = strtoll (arg, &end, 0);
|
||||
tmp = g_ascii_strtoll (arg, &end, 0);
|
||||
|
||||
if (*arg == '\0' || *end != '\0')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user