[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/ksysguard/ksysguardd/Linux
From:       John Tapsell <john.tapsell () kdemail ! net>
Date:       2009-11-14 16:26:59
Message-ID: 1258216019.076670.8076.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1049174 by johnflux:

Output "0 0" for the min max instead of "0 -"


 M  +2 -2      diskstat.c  


--- trunk/KDE/kdebase/workspace/ksysguard/ksysguardd/Linux/diskstat.c #1049173:1049174
@@ -251,7 +251,7 @@
 void printDiskStatUsedInfo( const char* cmd )
 {
   (void)cmd;
-  output( "Used Blocks\t0\t-\tBlocks\n" );
+  output( "Used Blocks\t0\t0\tBlocks\n" );
 }
 
 void printDiskStatFree( const char* cmd )
@@ -270,7 +270,7 @@
 void printDiskStatFreeInfo( const char* cmd )
 {
   (void)cmd;
-  output( "Free Blocks\t0\t-\tBlocks\n" );
+  output( "Free Blocks\t0\t0\tBlocks\n" );
 }
 
 void printDiskStatPercent( const char* cmd )
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic