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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-393-gb12487f
Date: Sat, 24 Mar 2012 11:41:54 +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  b12487f0b5e56134b74fff482fc3b4d425c09598 (commit)
      from  1bf88cade2fb0e7b7bb882ea5d1e64c27a341024 (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=b12487f0b5e56134b74fff482fc3b4d425c09598


commit b12487f0b5e56134b74fff482fc3b4d425c09598
Author: Daniele Forsi <address@hidden>
Date:   Sat Mar 24 12:38:28 2012 +0100

    Fix --raw output of --getphonebook for CL and CB
    
    Entries read from CL (Call Log) memory have a memory type of DC, MC or RC
    while those read from CB (Currently Selected memory) have a memory type
    of SM or ME.

diff --git a/gnokii/gnokii-phonebook.c b/gnokii/gnokii-phonebook.c
index db8a34b..ba05a23 100644
--- a/gnokii/gnokii-phonebook.c
+++ b/gnokii/gnokii-phonebook.c
@@ -154,7 +154,7 @@ gn_error getphonebook(int argc, char *argv[], gn_data 
*data, struct gn_statemach
                        num_entries--;
                        switch (type) {
                        case 1:
-                               gn_file_phonebook_raw_write(stdout, &entry, 
memory_type_string);
+                               gn_file_phonebook_raw_write(stdout, &entry, 
gn_memory_type2str(entry.memory_type));
                                break;
                        case 2: {
                                        char *s;

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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