# HG changeset patch # User Bruno Haible # Date 1240757355 -7200 # Node ID 73a33e826a95cf74d6fcf07f099308d88ed14c9e # Parent 447a9ef7674a65d23a9a4bac6eb00fa9317025b0 Correct last commit. diff --git a/lib/uniconv.h b/lib/uniconv.h --- a/lib/uniconv.h +++ b/lib/uniconv.h @@ -47,8 +47,8 @@ array is filled with offsets into the result, i.e. the character starting at SRC[i] corresponds to the character starting at (*RESULTP)[OFFSETS[i]], and other offsets are set to (size_t)(-1). - *RESULTP and *LENGTHP should initially be a scratch buffer and its size, - or *RESULTP can initially be NULL. + 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. If successful: The resulting Unicode string (non-NULL) is returned and its length stored in *LENGTHP. The resulting string is RESULTBUF if no dynamic