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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-66-g6952da3
Date: Mon, 01 Nov 2010 11:02:48 +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  6952da37f4016271bff5de9b4a74f1b5569b94a6 (commit)
       via  ff53ad4537b8429b015c9ba1d31d2e39a7e9e7fd (commit)
      from  1b57a3325a7743db8a6c75afe839b44141d3a2f9 (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=6952da37f4016271bff5de9b4a74f1b5569b94a6


commit 6952da37f4016271bff5de9b4a74f1b5569b94a6
Author: Daniele Forsi <address@hidden>
Date:   Mon Nov 1 12:01:23 2010 +0100

    Fix typo in comment

diff --git a/common/phones/nk7110.c b/common/phones/nk7110.c
index 4e18953..9aeb84f 100644
--- a/common/phones/nk7110.c
+++ b/common/phones/nk7110.c
@@ -902,7 +902,7 @@ static gn_error NK7110_WritePhonebookLocation(gn_data 
*data, struct gn_statemach
                /* Name */
                i = strlen(entry->name);
                i = char_unicode_encode((string + 1), entry->name, i);
-               /* Length ot the string + length field + terminating 0 */
+               /* Length of the string + length field + terminating 0 */
                string[0] = i + 2;
                count += PackBlock(0x07, i + 2, block++, string, req + count);
                /* Group */

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=ff53ad4537b8429b015c9ba1d31d2e39a7e9e7fd


commit 6952da37f4016271bff5de9b4a74f1b5569b94a6
Author: Daniele Forsi <address@hidden>
Date:   Mon Nov 1 12:01:23 2010 +0100

    Fix typo in comment

diff --git a/common/phones/nk7110.c b/common/phones/nk7110.c
index 4e18953..9aeb84f 100644
--- a/common/phones/nk7110.c
+++ b/common/phones/nk7110.c
@@ -902,7 +902,7 @@ static gn_error NK7110_WritePhonebookLocation(gn_data 
*data, struct gn_statemach
                /* Name */
                i = strlen(entry->name);
                i = char_unicode_encode((string + 1), entry->name, i);
-               /* Length ot the string + length field + terminating 0 */
+               /* Length of the string + length field + terminating 0 */
                string[0] = i + 2;
                count += PackBlock(0x07, i + 2, block++, string, req + count);
                /* Group */

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

Summary of changes:
 common/cfgreader.c     |    2 +-
 common/phones/nk7110.c |    2 +-
 2 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]