Re: a little typo bug (again) in kde-workspace/libs/ksysguard/processcore/process.cpp

2013-03-02 Thread Michael Pyne
On Friday, March 01, 2013 04:39:37 Ömer Fadıl USTA wrote: > at line 253 : > void KSysGuard::Process::setVmURSS(qlonglong _vmURSS) { > if(vmURSSChange != 0 || vmURSSChange != 0) > > in this if statement both parts are checking same condition > i think one of them should be different like : > i

Re: a little typo bug (again) in kde-workspace/libs/ksysguard/processcore/process.cpp

2013-03-01 Thread Albert Astals Cid
El Divendres, 1 de març de 2013, a les 04:39:37, Ömer Fadıl USTA va escriure: > at line 253 : > void KSysGuard::Process::setVmURSS(qlonglong _vmURSS) { > if(vmURSSChange != 0 || vmURSSChange != 0) > > in this if statement both parts are checking same condition > i think one of them should be