bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

type of iconv return value -1?


From: Simon Josefsson
Subject: type of iconv return value -1?
Date: Sun, 10 Nov 2002 12:55:42 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.92 (i686-pc-linux-gnu)

Shouldn't it be (iconv_t)-1 in charset.texi:

...
@code{(size_t) -1} and @code{errno} is set appropriately.  In such cases
...
      nconv = iconv (cd, &inptr, &insize, &wrptr, &avail);
      if (nconv == (size_t) -1)
...





reply via email to

[Prev in Thread] Current Thread [Next in Thread]