* glib/gprintf.c (g_sprintf): Clarify the documentation
+ regarding overflows (wording by Jan Schmidt)
svn path=/trunk/; revision=5315
+2007-01-24 Benjamin Otte <otte@gnome.org>
+
+ * glib/gprintf.c (g_sprintf): Clarify the documentation
+ regarding overflows (wording by Jan Schmidt)
+
2007-01-23 Roozbeh Pournader <roozbeh@farsiweb.info>
* README: Remove mention of no-longer-existing PATCH
/**
* g_sprintf:
- * @string: the buffer to hold the output.
+ * @string: A pointer to a memory buffer to contain the resulting string. It
+ * is up to the caller to ensure that the allocated buffer is large
+ * enough to hold the formatted result
* @format: a standard printf() format string, but notice
* <link linkend="string-precision">string precision pitfalls</link>.
* @Varargs: the arguments to insert in the output.