From a964931cf737ddfe8b2d5757f1082f9081b30943 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 26 Apr 2009 16:54:18 +0200 Subject: [PATCH] Correct last commits. --- lib/uniconv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.11.0