From 9582d0a05c747b3c5be3f6a5907e37791b746115 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 26 Apr 2009 16:49:15 +0200 Subject: [PATCH] Correct last commit. --- lib/uniconv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/uniconv.h b/lib/uniconv.h index d9178c67c..c61280f22 100644 --- a/lib/uniconv.h +++ b/lib/uniconv.h @@ -47,8 +47,8 @@ extern "C" { 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 -- 2.11.0