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
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