Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : wlan

Dir     : e_modules/wlan


Modified Files:
        e_mod_main.c 


Log Message:
Add the missing negation.

===================================================================
RCS file: /cvsroot/enlightenment/e_modules/wlan/e_mod_main.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_mod_main.c        4 Mar 2006 12:21:37 -0000       1.12
+++ e_mod_main.c        4 Mar 2006 20:40:30 -0000       1.13
@@ -512,7 +512,7 @@
    if (!found_dev)
      return 1;
 
-   wlan_value = (100 - wlan_level - wlan_noise);
+   wlan_value = -(100 - wlan_level - wlan_noise);
    if (wlan_level == 0)
      wlan_value = 0;
    




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to