From: Bruno Haible Date: Sun, 26 Apr 2009 14:48:03 +0000 (+0200) Subject: Correct last commit. X-Git-Tag: v0.1~5975 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=9951ea7f43f31c909876649c6f91b14ee01dc8d2;p=gnulib.git Correct last commit. --- diff --git a/lib/uniconv.h b/lib/uniconv.h index 74eaee5a0..d9178c67c 100644 --- a/lib/uniconv.h +++ b/lib/uniconv.h @@ -50,7 +50,6 @@ extern "C" { *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