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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-417-gbc35113
Date: Wed, 05 Dec 2012 18:16:06 +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  bc3511394df31c3f3b956aac2ada743faa66ebe0 (commit)
      from  be71842ed2adaae7f60f27e3f7bd6b30386c87a1 (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=bc3511394df31c3f3b956aac2ada743faa66ebe0


commit bc3511394df31c3f3b956aac2ada743faa66ebe0
Author: Daniele Forsi <address@hidden>
Date:   Wed Dec 5 19:12:34 2012 +0100

    Add indent to debug messages

diff --git a/common/gsm-sms.c b/common/gsm-sms.c
index 77ab16d..b468a77 100644
--- a/common/gsm-sms.c
+++ b/common/gsm-sms.c
@@ -636,11 +636,11 @@ static gn_error sms_header_decode(gn_sms_raw *rawsms, 
gn_sms *sms, gn_sms_udh *u
 
        /* Data Coding Scheme */
        sms->dcs.type = rawsms->dcs;
-       dprintf("Data Coding Scheme 0x%02x\n", sms->dcs.type);
+       dprintf("\tData Coding Scheme 0x%02x\n", sms->dcs.type);
 
        /* User Data Header */
        if (rawsms->udh_indicator & 0x40) { /* UDH header available */
-               dprintf("UDH found\n");
+               dprintf("\tUDH found\n");
                return sms_udh_decode(rawsms->user_data, udh);
        }
 

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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