# HG changeset patch # User Bruno Haible # Date 1240757658 -7200 # Node ID 3ba5fff00fed13d40b93a6d6df6675da5efb71bd # Parent 73a33e826a95cf74d6fcf07f099308d88ed14c9e Correct last commits. diff --git a/lib/uniconv.h b/lib/uniconv.h --- a/lib/uniconv.h +++ b/lib/uniconv.h @@ -49,7 +49,7 @@ 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 @@ 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.