From: Bruno Haible Date: Sun, 26 Apr 2009 14:54:18 +0000 (+0200) Subject: Correct last commits. X-Git-Tag: v0.1~5973 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=a964931cf737ddfe8b2d5757f1082f9081b30943;p=gnulib.git Correct last commits. --- diff --git a/lib/uniconv.h b/lib/uniconv.h index c61280f22..c7d362a6e 100644 --- a/lib/uniconv.h +++ b/lib/uniconv.h @@ -49,7 +49,7 @@ extern "C" { and other offsets are set to (size_t)(-1). RESULTBUF and *LENGTHP should initially be a scratch buffer and its size, or *RESULTBUF can be NULL. - May erase the contents of the memory at *RESULTP. + May erase the contents of the memory at RESULTBUF. If successful: The resulting Unicode string (non-NULL) is returned and its length stored in *LENGTHP. The resulting string is RESULTBUF if no dynamic memory allocation was necessary, or a freshly allocated memory block @@ -87,7 +87,7 @@ extern uint32_t * and other offsets are set to (size_t)(-1). RESULTBUF and *LENGTHP should initially be a scratch buffer and its size, or RESULTBUF can be NULL. - May erase the contents of the memory at *RESULTP. + May erase the contents of the memory at RESULTBUF. If successful: The resulting string (non-NULL) is returned and its length stored in *LENGTHP. The resulting string is RESULTBUF if no dynamic memory allocation was necessary, or a freshly allocated memory block otherwise.