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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-518-g62e1e36
Date: Mon, 29 Apr 2013 19:19:06 +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  62e1e364e69f66ce7f4f7d7a848ac79281c27268 (commit)
      from  5f13b60633365b69f0cbe0bea7a72ed78a483a7a (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=62e1e364e69f66ce7f4f7d7a848ac79281c27268


commit 62e1e364e69f66ce7f4f7d7a848ac79281c27268
Author: Daniele Forsi <address@hidden>
Date:   Mon Apr 29 21:18:45 2013 +0200

    Return GN_ERR_UNHANDLEDFRAME for consistency

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index fd672f0..ac5f200 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -2706,7 +2706,7 @@ static gn_error NK6510_IncomingFile(int messagetype, 
unsigned char *message, int
                }
                break;
        default:
-               error =  GN_ERR_UNKNOWN;
+               error =  GN_ERR_UNHANDLEDFRAME;
                break;
        }
 out:
@@ -4527,7 +4527,7 @@ static gn_error NK6510_IncomingBattLevel(int messagetype, 
unsigned char *message
                break;
        default:
                dprintf("%s: Unknown subtype 0x%02x\n", __FUNCTION__, 
message[3]);
-               return GN_ERR_UNKNOWN;
+               return GN_ERR_UNHANDLEDFRAME;
        }
        return GN_ERR_NONE;
 }

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

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