[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:       2010-01-07 10:16:11
Message-ID: 1262859371.843854.3901.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1071012 by johnflux:

Fix stupid mistake with calculating network packet changes


 M  +1 -1      netdev.c  


--- trunk/KDE/kdebase/workspace/ksysguard/ksysguardd/Linux/netdev.c #1071011:1071012
@@ -39,7 +39,7 @@
 { \
   if (f){ \
     if( NetDevs[i].oldInitialised) {\
-      if( a > NetDevs[i].a ) \
+      if( a >= NetDevs[i].a ) \
         NetDevs[ i ].delta##a = a - NetDevs[ i ].a; \
       else \
         NetDevs[ i ].delta##a = a; \
[prev in list] [next in list] [prev in thread] [next in thread] 

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