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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-499-g29b41bd
Date: Sat, 27 Apr 2013 20:34:07 +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  29b41bd32d09bd73c9050dfea3fad48d5eb73383 (commit)
      from  33b5fafb3cb2de1c5f8c5a7ed2743ed5599a6987 (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=29b41bd32d09bd73c9050dfea3fad48d5eb73383


commit 29b41bd32d09bd73c9050dfea3fad48d5eb73383
Author: Daniele Forsi <address@hidden>
Date:   Sat Apr 27 22:32:44 2013 +0200

    Document that the number of blocks is at offset 17
    
    Set towards the end of this function (line 934 after this commit).

diff --git a/common/phones/nk7110.c b/common/phones/nk7110.c
index 381d46a..be84e1a 100644
--- a/common/phones/nk7110.c
+++ b/common/phones/nk7110.c
@@ -858,8 +858,8 @@ static gn_error NK7110_WritePhonebookLocation(gn_data 
*data, struct gn_statemach
        unsigned char req[500] = {FBUS_FRAME_HEADER, 0x0b, 0x00, 0x01, 0x01, 
0x00, 0x00, 0x0c,
                                  0x00, 0x00,   /* memory type */
                                  0x00, 0x00,   /* location */
-                                 0x00, 0x00, 0x00, 0x00};
-
+                                 0x00, 0x00, 0x00,
+                                 0x00}; /* blocks */
        char string[500];
        int block, i, j, defaultn;
        unsigned int count = 18;

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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