Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : cpu

Dir     : e_modules/cpu


Modified Files:
        e_mod_main.c 


Log Message:
Stack multi-core values vertically.

===================================================================
RCS file: /cvs/e/e_modules/cpu/e_mod_main.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- e_mod_main.c        31 Dec 2006 12:24:50 -0000      1.32
+++ e_mod_main.c        31 Jan 2007 18:05:38 -0000      1.33
@@ -196,7 +196,7 @@
    i = 1;
    while (i < cpu_count)
      {
-       snprintf(str_tmp, sizeof(str_tmp), " / %d%%", cpu_stats[i]);
+       snprintf(str_tmp, sizeof(str_tmp), "\n%d%%", cpu_stats[i]);
        strncat(str, str_tmp, sizeof(str));
        i++;
      }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to