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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-430-gd8a1282
Date: Sun, 20 Jan 2013 13:36:35 +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  d8a12823578f61de8a369733ab1ab5c3a375dadd (commit)
      from  ea2dfe081cc75c58f9528fb0c03ce7a6201c6b81 (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=d8a12823578f61de8a369733ab1ab5c3a375dadd


commit d8a12823578f61de8a369733ab1ab5c3a375dadd
Author: Daniele Forsi <address@hidden>
Date:   Sun Jan 20 14:33:42 2013 +0100

    trivial: add a semicolon for consistency with similar debug messages

diff --git a/common/gsm-sms.c b/common/gsm-sms.c
index f82249b..cd3c369 100644
--- a/common/gsm-sms.c
+++ b/common/gsm-sms.c
@@ -734,7 +734,7 @@ 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("\tData 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 */

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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