From a4ac1b0552785dfb2d323eb41c6d3875b214989b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 2 May 2009 22:36:15 -0400 Subject: [PATCH] Fix reference to g_strtoull As pointed out in bug 580546, that function does not exit. --- docs/reference/glib/tmpl/macros_misc.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/glib/tmpl/macros_misc.sgml b/docs/reference/glib/tmpl/macros_misc.sgml index fa3c6ec..d37b01b 100644 --- a/docs/reference/glib/tmpl/macros_misc.sgml +++ b/docs/reference/glib/tmpl/macros_misc.sgml @@ -555,8 +555,9 @@ printing values of type #gint64. See also #G_GINT16_FORMAT. Some platforms do not support scanning and printing 64 bit integers, even though the types are supported. On such platforms #G_GINT64_FORMAT is not defined. Note that scanf() may not support 64 bit integers, even -if #G_GINT64_FORMAT is defined. Due to its weak error handling, scanf() is not -recommended for parsing anyway; consider using g_strtoull() instead. +if #G_GINT64_FORMAT is defined. Due to its weak error handling, scanf() +is not recommended for parsing anyway; consider using g_ascii_strtoull() +instead. -- 2.7.4