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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-13-gea425a2
Date: Sun, 09 May 2010 21:15:25 +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  ea425a284d20e37e0a38a1bda3c2bb6ac7c9499d (commit)
       via  5c4031deed28c382129b4262b8756957819f663d (commit)
      from  410acb53ae2210720da953622a79e0b74dd06a45 (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=ea425a284d20e37e0a38a1bda3c2bb6ac7c9499d


commit ea425a284d20e37e0a38a1bda3c2bb6ac7c9499d
Author: Daniele Forsi <address@hidden>
Date:   Sun May 9 23:14:42 2010 +0200

    optarg is null in some cases

diff --git a/gnokii/gnokii-sms.c b/gnokii/gnokii-sms.c
index 19c7696..01e7096 100644
--- a/gnokii/gnokii-sms.c
+++ b/gnokii/gnokii-sms.c
@@ -890,7 +890,7 @@ parsefile:
                default:
                        fprintf(stderr, _("Getting SMS failed (location %d from 
%s memory)! (%s)\n"), count, memory_type_string, gn_error_print(error));
                        if (error == GN_ERR_INVALIDMEMORYTYPE) {
-                               fprintf(stderr, _("Unknown memory type %s (use 
ME, SM, IN, OU, ...)!\n"), optarg);
+                               fprintf(stderr, _("Unknown memory type %s (use 
ME, SM, IN, OU, ...)!\n"), memory_type_string);
                                fprintf(stderr, _("Run gnokii 
--showsmsfolderstatus for a list of supported memory types.\n"));
                        }
                        break;

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


commit ea425a284d20e37e0a38a1bda3c2bb6ac7c9499d
Author: Daniele Forsi <address@hidden>
Date:   Sun May 9 23:14:42 2010 +0200

    optarg is null in some cases

diff --git a/gnokii/gnokii-sms.c b/gnokii/gnokii-sms.c
index 19c7696..01e7096 100644
--- a/gnokii/gnokii-sms.c
+++ b/gnokii/gnokii-sms.c
@@ -890,7 +890,7 @@ parsefile:
                default:
                        fprintf(stderr, _("Getting SMS failed (location %d from 
%s memory)! (%s)\n"), count, memory_type_string, gn_error_print(error));
                        if (error == GN_ERR_INVALIDMEMORYTYPE) {
-                               fprintf(stderr, _("Unknown memory type %s (use 
ME, SM, IN, OU, ...)!\n"), optarg);
+                               fprintf(stderr, _("Unknown memory type %s (use 
ME, SM, IN, OU, ...)!\n"), memory_type_string);
                                fprintf(stderr, _("Run gnokii 
--showsmsfolderstatus for a list of supported memory types.\n"));
                        }
                        break;

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

Summary of changes:
 ChangeLog           |    2 ++
 gnokii/gnokii-sms.c |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs




reply via email to

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