|
From: <cza...@us...> - 2010-12-12 01:30:36
|
Revision: 535
http://g15daemon.svn.sourceforge.net/g15daemon/?rev=535&view=rev
Author: czarnyckm
Date: 2010-12-12 01:30:30 +0000 (Sun, 12 Dec 2010)
Log Message:
-----------
- Fix typo
Modified Paths:
--------------
trunk/g15daemon-clients/g15stats/ChangeLog
trunk/g15daemon-clients/g15stats/g15stats.c
Modified: trunk/g15daemon-clients/g15stats/ChangeLog
===================================================================
--- trunk/g15daemon-clients/g15stats/ChangeLog 2010-12-12 01:18:33 UTC (rev 534)
+++ trunk/g15daemon-clients/g15stats/ChangeLog 2010-12-12 01:30:30 UTC (rev 535)
@@ -76,5 +76,5 @@
- Improve refresh interval causing -nan error with the newer kernel on very fast machines due to too often glibtop probing
- Fix possible -nan error on the fast screens switch
- Change refresh interval with the option -r seconds (The seconds must be between 1 and 300)
-SVN 533 (1.9.6)
+SVN 534 (1.9.6)
- Improve Summary Screen with 3 and 6 core CPU
Modified: trunk/g15daemon-clients/g15stats/g15stats.c
===================================================================
--- trunk/g15daemon-clients/g15stats/g15stats.c 2010-12-12 01:18:33 UTC (rev 534)
+++ trunk/g15daemon-clients/g15stats/g15stats.c 2010-12-12 01:30:30 UTC (rev 535)
@@ -902,7 +902,7 @@
break;
case 3 :
case 6 :
- height =6;
+ height = 6;
break;
default :
height = 8;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|