# HG changeset patch # User Bruno Haible # Date 1240757283 -7200 # Node ID 447a9ef7674a65d23a9a4bac6eb00fa9317025b0 # Parent d604b921ed8d56d19f623eedf6bd1380aae02f2e Correct last commit. diff --git a/lib/uniconv.h b/lib/uniconv.h --- a/lib/uniconv.h +++ b/lib/uniconv.h @@ -50,7 +50,6 @@ *RESULTP and *LENGTHP should initially be a scratch buffer and its size, or *RESULTP can initially be NULL. May erase the contents of the memory at *RESULTP. - Return value: 0 if successful, otherwise -1 and errno set. 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