mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Fix reference to g_strtoull
As pointed out in bug 580546, that function does not exit.
This commit is contained in:
parent
fab0506f5f
commit
a4ac1b0552
@ -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,
|
Some platforms do not support scanning and printing 64 bit integers,
|
||||||
even though the types are supported. On such platforms #G_GINT64_FORMAT
|
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
|
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
|
if #G_GINT64_FORMAT is defined. Due to its weak error handling, scanf()
|
||||||
recommended for parsing anyway; consider using g_strtoull() instead.
|
is not recommended for parsing anyway; consider using g_ascii_strtoull()
|
||||||
|
instead.
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user