Forgotten file

This commit is contained in:
Matthias Clasen 2006-05-20 03:16:46 +00:00
parent 88438e432f
commit 75aa0676a0

View File

@ -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')
{