]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__gconv): Update comment.
authorUlrich Drepper <drepper@redhat.com>
Sun, 23 Jan 2000 08:57:42 +0000 (08:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 23 Jan 2000 08:57:42 +0000 (08:57 +0000)
iconv/gconv_int.h

index 9b00e6522c87717ca19d69ea193bbc807bf96266..e59011276c5a1b4081b0917edb4e3684940df4ca 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -104,8 +104,8 @@ extern int __gconv_close (gconv_t cd)
 
 /* Transform at most *INBYTESLEFT bytes from buffer starting at *INBUF
    according to rules described by CD and place up to *OUTBYTESLEFT
-   bytes in buffer starting at *OUTBUF.  Return number of written
-   characters in *CONVERTED if this pointer is not null.  */
+   bytes in buffer starting at *OUTBUF.  Return number of non-identical
+   conversions in *CONVERTED if this pointer is not null.  */
 extern int __gconv (gconv_t __cd, const unsigned char **__inbuf,
                    const unsigned char *inbufend, unsigned char **__outbuf,
                    unsigned char *outbufend, size_t *converted)