gnokii-commit
[Top][All Lists]
Advanced

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

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-53


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-537-g252d101
Date: Wed, 01 Jan 2014 15:30:07 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  252d10102264e0fcc7fa9a6d382185da5a4d217b (commit)
      from  6df542d0c6c43a81152b925ac7b32d8fdea6b1cf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=252d10102264e0fcc7fa9a6d382185da5a4d217b


commit 252d10102264e0fcc7fa9a6d382185da5a4d217b
Author: Daniele Forsi <address@hidden>
Date:   Wed Jan 1 16:21:00 2014 +0100

    Trivial: join split line

diff --git a/common/gsm-encoding.c b/common/gsm-encoding.c
index 4c2bdc2..6b27486 100644
--- a/common/gsm-encoding.c
+++ b/common/gsm-encoding.c
@@ -1211,8 +1211,7 @@ int utf8_decode(char *outstring, size_t outlen, const 
char *instring, size_t inl
        if (nconv == (size_t)-1)
                perror("utf8_decode/iconv");
        else
-               retval = 
-       iconv_close(cd);
+               retval = iconv_close(cd);
        *pout = 0;
 #else
        unsigned char *pin, *pout;

-----------------------------------------------------------------------

Summary of changes:
 common/gsm-encoding.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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