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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-77-g7815758
Date: Wed, 15 Dec 2010 23:00:52 +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  7815758760371333396c9b285c95b05ebcb657b4 (commit)
      from  683b87a079a0b9098fe2df3f5bcb22c782262a56 (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=7815758760371333396c9b285c95b05ebcb657b4


commit 7815758760371333396c9b285c95b05ebcb657b4
Author: Daniele Forsi <address@hidden>
Date:   Wed Dec 15 23:54:42 2010 +0100

    A "break" was missing from commit 4dcda1b51d880dc10e67866d8f1b0239aa6fe259

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index 93c138f..f468835 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -4184,6 +4184,7 @@ static gn_error NK6510_IncomingNetwork(int messagetype, 
unsigned char *message,
                                case 0x04:
                                case 0x09:
                                        dprintf("Not logged in any network.\n");
+                                       break;
                                case 0x06:
                                case 0x0b:
                                        dprintf("Inactive SIM.\n");

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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