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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-448-gc2ab764
Date: Wed, 03 Apr 2013 16:00:05 +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  c2ab7648047c68ed03e8678a68b987d01e980e74 (commit)
      from  24395006a399bc9a5aa90708c6c9b817032b5345 (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=c2ab7648047c68ed03e8678a68b987d01e980e74


commit c2ab7648047c68ed03e8678a68b987d01e980e74
Author: Daniele Forsi <address@hidden>
Date:   Wed Apr 3 17:56:09 2013 +0200

    Use a valid gn_power_source enum as default value

diff --git a/gnokii/gnokii-monitor.c b/gnokii/gnokii-monitor.c
index 2c022d5..7fde06c 100644
--- a/gnokii/gnokii-monitor.c
+++ b/gnokii/gnokii-monitor.c
@@ -170,7 +170,7 @@ void networkinfo_print(gn_network_info *info, void 
*callback_data)
 gn_error monitormode(int argc, char *argv[], gn_data *data, struct 
gn_statemachine *state)
 {
        float rflevel = -1, batterylevel = -1;
-       gn_power_source powersource = -1;
+       gn_power_source powersource = GN_PS_UNKNOWN;
        gn_rf_unit rfunit = GN_RF_Arbitrary;
        gn_battery_unit battunit = GN_BU_Arbitrary;
        gn_error error;

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

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