changeset 31204:cc2c4870c161

Correct last commit.
author Bruno Haible <bruno@clisp.org>
date Sun, 26 Apr 2009 16:49:15 +0200
parents 10f77758a243
children a281da1bec25
files lib/uniconv.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/uniconv.h	Sun Apr 26 16:48:03 2009 +0200
+++ b/lib/uniconv.h	Sun Apr 26 16:49:15 2009 +0200
@@ -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