Forgotten file
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 20 May 2006 03:16:46 +0000 (03:16 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 20 May 2006 03:16:46 +0000 (03:16 +0000)
glib/goption.c

index 56fdb3a..18614e9 100644 (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')
     {