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-167-gfaf3211
Date: Sun, 31 Jan 2010 11:05:24 +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  faf3211b25c4f52bc6a3de000ed276c959f038c0 (commit)
      from  ebe7f6e0d96e04cf3305b538a0e910a37f7e5bc5 (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=faf3211b25c4f52bc6a3de000ed276c959f038c0


commit faf3211b25c4f52bc6a3de000ed276c959f038c0
Author: Daniele Forsi <address@hidden>
Date:   Sun Jan 31 11:47:46 2010 +0100

    Remove FIXME comment as bug was fixed in commit 
df2218b6131b678bd927e82d2704009713b27106

diff --git a/common/phones/nokia.c b/common/phones/nokia.c
index a7fb694..1eb2c53 100644
--- a/common/phones/nokia.c
+++ b/common/phones/nokia.c
@@ -319,7 +319,7 @@ int pnok_fbus_sms_encode(unsigned char *req, gn_data *data, 
struct gn_statemachi
        if (data->raw_sms->type != GN_SMS_MT_Deliver)
                memcpy(req + pos, data->raw_sms->validity, 7);
        else
-               memcpy(req + pos, data->raw_sms->smsc_time, 7);  /* FIXME: Real 
date instead of hardcoded */
+               memcpy(req + pos, data->raw_sms->smsc_time, 7);
        pos += 7;
 
        memcpy(req + pos, data->raw_sms->user_data, 
data->raw_sms->user_data_length);

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

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