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-56


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-567-g86e79d1
Date: Wed, 19 Feb 2014 16:57:25 +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  86e79d120de0d70df535c40e758545773d947cef (commit)
      from  e103b5b15a5676b40d7c7794e7a9279242d32ce6 (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=86e79d120de0d70df535c40e758545773d947cef


commit 86e79d120de0d70df535c40e758545773d947cef
Author: Daniele Forsi <address@hidden>
Date:   Wed Feb 19 17:56:19 2014 +0100

    Fix copy and paste error in error message
    
    s/encode/decode/

diff --git a/common/gsm-encoding.c b/common/gsm-encoding.c
index b60ae8a..27aa553 100644
--- a/common/gsm-encoding.c
+++ b/common/gsm-encoding.c
@@ -1376,7 +1376,7 @@ int ucs2_decode(char *outstring, int outlen, const char 
*instring, int inlen)
 
        nconv = iconv(cd, &pin, &inleft, &pout, &outleft);
        if (nconv == (size_t)-1)
-               perror("ucs2_encode/iconv");
+               perror("ucs2_decode/iconv");
        else
                retval = (char *)pout - outstring;
        iconv_close(cd);

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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