From 9951ea7f43f31c909876649c6f91b14ee01dc8d2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 26 Apr 2009 16:48:03 +0200 Subject: [PATCH] Correct last commit. --- lib/uniconv.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.11.0