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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-423-g22b3fd7
Date: Sat, 05 Jan 2013 15:28:49 +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  22b3fd7643d5af83a0be8c52d98855eabf801289 (commit)
      from  aa1e54244ecbbbefa6f7bb698a124d594928a229 (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=22b3fd7643d5af83a0be8c52d98855eabf801289


commit 22b3fd7643d5af83a0be8c52d98855eabf801289
Author: Daniele Forsi <address@hidden>
Date:   Sat Jan 5 16:22:33 2013 +0100

    Fix errors in comments

diff --git a/common/gsm-mms.c b/common/gsm-mms.c
index 1c0f6c5..4c047d6 100644
--- a/common/gsm-mms.c
+++ b/common/gsm-mms.c
@@ -404,7 +404,7 @@ static gn_error gn_mms_pdu2txtmime(unsigned const char 
*buffer, size_t *length,
                                                        DUMP(*dest_buffer, 
&buffer[i], decoded_len);
                                                        i += decoded_len;
                                                }
-                                               /* Docs say to ignore nEntries 
because entries can simply be iterated */
+                                               /* Docs say to ignore the 
nEntries field because entries can simply be iterated */
                                                i++;
                                                while (i < *length) {
                                                        /* 8.5.3 Multipart 
Entry */
@@ -634,7 +634,7 @@ gn_error gn_mms_nokia2mime(const unsigned char 
*source_buffer, size_t *source_le
  * @dest_mms: a pointer to a @gn_mms that will contain the converted MMS
  *
  * @dest_mms->buffer_format fields must set, @source_mms->buffer_format is
- * autodetected id unset, other fields of @source_mms must be valid depending
+ * autodetected if unset, other fields of @source_mms must be valid depending
  * on format, @dest_mms->buffer must be free()'d by the caller on success.
  *
  * Return value: a @gn_error code

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

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