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_28-16


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_28-168-g6eabf96
Date: Sun, 31 Jan 2010 11:32:17 +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  6eabf967b17e344b90aa8f2861fa634ffafb355e (commit)
      from  faf3211b25c4f52bc6a3de000ed276c959f038c0 (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=6eabf967b17e344b90aa8f2861fa634ffafb355e


commit 6eabf967b17e344b90aa8f2861fa634ffafb355e
Author: Daniele Forsi <address@hidden>
Date:   Sun Jan 31 12:31:43 2010 +0100

    Use /* */ for comment, not //

diff --git a/common/gsm-sms.c b/common/gsm-sms.c
index 4ebb526..6902f2a 100644
--- a/common/gsm-sms.c
+++ b/common/gsm-sms.c
@@ -836,7 +836,7 @@ gn_error gn_sms_pdu2raw(gn_sms_raw *rawsms, unsigned char 
*pdu, int pdu_len, int
                dprintf("SMS-DELIVER found\n");
                /* TP-MMS  TP-More-Messages-to-Send */
                rawsms->more_messages       = pdu[offset] & 0x04;
-               // bits 3 and 4 of the first octet unused;
+               /* Bits 3 and 4 of the first octet are unused */
                /* TP-SRI  TP-Status-Report-Indication */
                rawsms->report_status       = pdu[offset] & 0x20;
                /* TP-UDHI TP-User-Data-Header-Indication */

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

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]