mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Forgotten file
This commit is contained in:
@@ -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')
|
||||
{
|
||||
|
Reference in New Issue
Block a user