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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-376-ga16b896
Date: Wed, 07 Mar 2012 11:05:52 +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  a16b8960c139a88b53c33696fd5c480ba5603099 (commit)
      from  03d5f1713c31f8ffbcb1d1294a09153c42ca9da9 (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=a16b8960c139a88b53c33696fd5c480ba5603099


commit a16b8960c139a88b53c33696fd5c480ba5603099
Author: Daniele Forsi <address@hidden>
Date:   Wed Mar 7 12:00:29 2012 +0100

    Indent also debug messages about unknown phonebook blocks
    
    This makes the block structure easier to understand.

diff --git a/common/nokia-decoding.c b/common/nokia-decoding.c
index 69935aa..90fcb95 100644
--- a/common/nokia-decoding.c
+++ b/common/nokia-decoding.c
@@ -317,11 +317,13 @@ gn_error phonebook_decode(unsigned char *blockstart, int 
length, gn_data *data,
                        }
                        break;
                default:
-                       dprintf("Unknown phonebook block %02x\n", 
blockstart[0]);
+                       dprintf("   Unknown phonebook block %02x\n", 
blockstart[0]);
                        {
                                int j;
+
+                               dprintf("  ");
                                for (j = 0; j < blockstart[3]; j++)
-                                       dprintf("%02x ", blockstart[j]);
+                                       dprintf(" %02x", blockstart[j]);
                                dprintf("\n");
                        }
                        break;

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

Summary of changes:
 common/nokia-decoding.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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