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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_28-178-g3ae34e4
Date: Wed, 10 Mar 2010 16:29:22 +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  3ae34e4844305799f416230dc1521abd04c5f6d9 (commit)
      from  d68bd5e5fcdbe4b41e1a35b4a8fab282910dee25 (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=3ae34e4844305799f416230dc1521abd04c5f6d9


commit 3ae34e4844305799f416230dc1521abd04c5f6d9
Author: Daniele Forsi <address@hidden>
Date:   Wed Mar 10 17:28:59 2010 +0100

    Fix comments

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index e7e4966..bce562d 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -3399,7 +3399,8 @@ static int calnote_type_map(int type)
  *                                                     ...
  * [42 - 43] xx xx             in case of Birthday: year of birth; otherwise 
unknown (ff ff)
  * [44 - 45] 20 00             unknown (2 octets)
- * [46 - 49] 00 00 00 00       unknown (4 octets)
+ * [46 - 47] xx xx             occurrences (2 octets)
+ * [48 - 49] 00 00             unknown (2 octets)
  * [50 - 51] xx xx             first text field length (2 octets) [L1]
  * [52 - 52] xx                        second text field length (1 octet) [L2]
  * [53 - 53] 00                        unknown (1 octet)
@@ -3741,7 +3742,7 @@ static gn_error NK6510_WriteCalendarNote2(gn_data *data, 
struct gn_statemachine
                                    0xff, 0xff, /* birth year */
                                    0x20, /* todo priority */
                                    0x00, /* todo completed */
-                                   0x00, 0x00, /* number of occuriences */
+                                   0x00, 0x00, /* number of occurences */
                                    0x00,
                                    0x00, /* text length */
                                    0x00, /* phone length/meeting location */

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

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


hooks/post-receive
-- 
libgnokii and core programs




reply via email to

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