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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-386-g7e58478
Date: Fri, 09 Mar 2012 22:26:21 +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  7e584783c4cd655d0a9fb8afae435f29054742bb (commit)
      from  e08c16b7ddb8e37d527c4cc89b9b1b229a495d61 (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=7e584783c4cd655d0a9fb8afae435f29054742bb


commit 7e584783c4cd655d0a9fb8afae435f29054742bb
Author: Daniele Forsi <address@hidden>
Date:   Fri Mar 9 23:22:53 2012 +0100

    Add another error code
    
    It is returned in cases like this:
    echo ";;ME;1000;5" | gnokii --writephonebook

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index 0bf2e47..70a6ff6 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -2795,6 +2795,7 @@ static gn_error NK6510_IncomingPhonebook(int messagetype, 
unsigned char *message
                                                                     block 
(with 0 length) */
                        case 0x23: return GN_ERR_WRONGDATAFORMAT; /* block size 
does not match a definition */
                        case 0x36: return GN_ERR_WRONGDATAFORMAT; /* name block 
is too long */
+                       case 0x3c: return GN_ERR_WRONGDATAFORMAT; /* both name 
and number are missing */
                        case 0x3d: return GN_ERR_FAILED;
                        case 0x3e: return GN_ERR_FAILED;
                        case 0x43: return GN_ERR_WRONGDATAFORMAT; /* Probably 
there are incorrect

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

Summary of changes:
 common/phones/nk6510.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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