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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-394-g3bea18c
Date: Tue, 27 Mar 2012 13:46: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  3bea18cbcfbdc8d5a8858974f124557d10bec6b4 (commit)
      from  b12487f0b5e56134b74fff482fc3b4d425c09598 (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=3bea18cbcfbdc8d5a8858974f124557d10bec6b4


commit 3bea18cbcfbdc8d5a8858974f124557d10bec6b4
Author: Daniele Forsi <address@hidden>
Date:   Tue Mar 27 15:45:53 2012 +0200

    Print Data Coding Scheme value in debug output
    
    It's useful for testing.

diff --git a/common/gsm-sms.c b/common/gsm-sms.c
index 2ebdff4..9531a69 100644
--- a/common/gsm-sms.c
+++ b/common/gsm-sms.c
@@ -1371,6 +1371,7 @@ static gn_error sms_data_encode(gn_sms *sms, gn_sms_raw 
*rawsms)
                dprintf("Data Coding Scheme type 0x%02x isn't supported\n", 
sms->dcs.type);
                return GN_ERR_WRONGDATAFORMAT;
        }
+       dprintf("Data Coding Scheme 0x%02x\n", sms->dcs.type);
 
        for (i = 0; i < GN_SMS_PART_MAX_NUMBER; i++) {
                switch (sms->user_data[i].type) {

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

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