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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-527-g601cd15
Date: Thu, 02 May 2013 14:39:16 +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  601cd15e92164a5b0c0931b08e0c1aa67d0e7761 (commit)
      from  abc4bc125f70828ff46064863dc6a514a8af0202 (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=601cd15e92164a5b0c0931b08e0c1aa67d0e7761


commit 601cd15e92164a5b0c0931b08e0c1aa67d0e7761
Author: Daniele Forsi <address@hidden>
Date:   Thu May 2 16:37:25 2013 +0200

    Add a case for error 0xf0 returned by Series 40 3rd
    
    Test case:
    gnokii --getfilebyid 0

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index 8373609..de34aa2 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -2705,6 +2705,9 @@ static gn_error NK6510_IncomingFile(int messagetype, 
unsigned char *message, int
                        }
                }
                break;
+       case 0xf0:
+               error =  GN_ERR_NOTSUPPORTED;
+               break;
        default:
                dprintf("%s: Unknown subtype 0x%02x\n", __FUNCTION__, 
message[3]);
                error =  GN_ERR_UNHANDLEDFRAME;

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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