gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/gl


From: gsasl-commit
Subject: CVS gsasl/gl
Date: Sun, 19 Dec 2004 17:34:31 +0100

Update of /home/cvs/gsasl/gl
In directory dopio:/tmp/cvs-serv1690/gl

Modified Files:
        iconvme.c 
Log Message:
Update.

--- /home/cvs/gsasl/gl/iconvme.c        2004/12/16 01:42:01     1.6
+++ /home/cvs/gsasl/gl/iconvme.c        2004/12/19 16:34:31     1.7
@@ -44,7 +44,8 @@
    holds the error reason.  Note that this function does not handle
    embedded zero's in the output well.  */
 char *
-iconv_string (const char *str, const char *from_codeset, const char 
*to_codeset)
+iconv_string (const char *str, const char *from_codeset,
+             const char *to_codeset)
 {
   char *dest = NULL;
 #if HAVE_ICONV
@@ -104,8 +105,8 @@
            size_t newsize = outbuf_size * 2;
            char *newdest;
 
-           if (newsize <= outbuf_size ||
-               !(newdest = realloc (dest, newsize)))
+           if (newsize <= outbuf_size
+               || !(newdest = realloc (dest, newsize)))
              {
                have_error = 1;
                goto out;





reply via email to

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