Enlightenment CVS committal

Author  : urandom
Project : e_modules
Module  : cpu

Dir     : e_modules/cpu


Modified Files:
        e_mod_main.c 


Log Message:
remove rogue <br>

===================================================================
RCS file: /cvs/e/e_modules/cpu/e_mod_main.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- e_mod_main.c        26 Aug 2007 11:32:08 -0000      1.37
+++ e_mod_main.c        26 Aug 2007 11:37:06 -0000      1.38
@@ -274,10 +274,7 @@
 
    _graph_values(inst);
 
-   if (cpu_count == 1)
-     snprintf(str, sizeof(str), "<br>%d%%", cpu_stats[0]);
-   else
-     snprintf(str, sizeof(str), "%d%%", cpu_stats[0]);
+   snprintf(str, sizeof(str), "%d%%", cpu_stats[0]);
    
    i = 1;
    while (i < cpu_count)



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to