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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-425-ge9e03c1
Date: Sat, 05 Jan 2013 18:47:46 +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  e9e03c1c3d8fc0bba4c5ed45c7687cac59311ac0 (commit)
      from  8760c15800d986b8b44b87d60a843d2e32176785 (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=e9e03c1c3d8fc0bba4c5ed45c7687cac59311ac0


commit e9e03c1c3d8fc0bba4c5ed45c7687cac59311ac0
Author: Daniele Forsi <address@hidden>
Date:   Sat Jan 5 19:47:13 2013 +0100

    Show the Extended caller group number in debug output

diff --git a/common/nokia-decoding.c b/common/nokia-decoding.c
index 6465854..491497d 100644
--- a/common/nokia-decoding.c
+++ b/common/nokia-decoding.c
@@ -289,6 +289,7 @@ gn_error phonebook_decode(unsigned char *blockstart, int 
length, gn_data *data,
                        dprintf("   Group: %d\n", blockstart[5] - 1);
                        break;
                case GN_PHONEBOOK_ENTRY_ExtGroup: /* Extended caller group 
number: in Series40 3rd Ed and later groups are defined by users */
+                       dprintf("   ExtGroup: %d\n", blockstart[7]);
                        if (!subentry) {
                                dprintf("ERROR!!!");
                                break;

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

Summary of changes:
 common/nokia-decoding.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]