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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-69-g7a2cc7d
Date: Tue, 30 Nov 2010 15:01:50 +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  7a2cc7d8539c37a444a5c3f51a8a9603f3bd6aff (commit)
      from  b9731bb697cb112e8ee91a809da8728cbea93d7f (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=7a2cc7d8539c37a444a5c3f51a8a9603f3bd6aff


commit 7a2cc7d8539c37a444a5c3f51a8a9603f3bd6aff
Author: Daniele Forsi <address@hidden>
Date:   Mon Nov 29 15:07:22 2010 +0100

    Code 0xf0 means that the frame is not supported by the phone

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index 7a6656e..cd4d5b1 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -5449,7 +5449,7 @@ static gn_error NK6510_IncomingCommStatus(int 
messagetype, unsigned char *messag
                break;
 
        case 0xf0:
-               error = GN_ERR_UNHANDLEDFRAME;
+               error = GN_ERR_NOTSUPPORTED;
                break;
 
        default:

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

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