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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-174-g7186a98
Date: Fri, 11 Feb 2011 10:13:56 +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  7186a983135132bcfd5acefe40b38ec5f36da3a4 (commit)
      from  0334f75dededb9650e1920514c3e5420e34f7cc2 (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=7186a983135132bcfd5acefe40b38ec5f36da3a4


commit 7186a983135132bcfd5acefe40b38ec5f36da3a4
Author: Daniele Forsi <address@hidden>
Date:   Fri Feb 11 11:04:23 2011 +0100

    Use a gn_error enum, not a literal

diff --git a/gnokii/gnokii-other.c b/gnokii/gnokii-other.c
index 2207d36..3e7a68e 100644
--- a/gnokii/gnokii-other.c
+++ b/gnokii/gnokii-other.c
@@ -206,6 +206,6 @@ gn_error getnetworkinfo(gn_data *data, struct 
gn_statemachine *state)
        fprintf(stdout, _("LAC          : %04x (%d)\n"), lac, lac);
        fprintf(stdout, _("Cell id      : %08x (%d)\n"), cid, cid);
 
-       return 0;
+       return GN_ERR_NONE;
 }
 

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

Summary of changes:
 gnokii/gnokii-other.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]