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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-173-g0334f75
Date: Sun, 06 Feb 2011 16:11:11 +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  0334f75dededb9650e1920514c3e5420e34f7cc2 (commit)
      from  d78e397a1408b36cba2b76b231458277f9e1890c (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=0334f75dededb9650e1920514c3e5420e34f7cc2


commit 0334f75dededb9650e1920514c3e5420e34f7cc2
Author: Daniele Forsi <address@hidden>
Date:   Sun Feb 6 17:09:59 2011 +0100

    Return an SMSC number as needed by the testsuite

diff --git a/common/phones/fake.c b/common/phones/fake.c
index 33f57e0..5bf3220 100644
--- a/common/phones/fake.c
+++ b/common/phones/fake.c
@@ -426,6 +426,7 @@ static gn_error fake_functions(gn_operation op, gn_data 
*data, struct gn_statema
        case GN_OP_DeleteSMS:
                return at_sms_delete(data, state);
        case GN_OP_GetSMSCenter:
+               snprintf(data->message_center->smsc.number, 
sizeof(data->message_center->smsc.number), "%s", "12345");
                return GN_ERR_NONE;
        case GN_OP_GetModel:
                return at_get_model(data, state);

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

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