Correct the condition.
Tutti i controlli sono stati effettuati con successo
The build was successful.
Tutti i controlli sono stati effettuati con successo
The build was successful.
This commit is contained in:
parent
9cc0f203ca
commit
24c75975e3
@ -810,7 +810,7 @@ PH7_PRIVATE sxi32 PH7_ClassInstanceCmp(ph7_class_instance *pLeft, ph7_class_inst
|
||||
* are identical if and only if they refer to the same instance
|
||||
* of the same class.
|
||||
*/
|
||||
return !(pLeft == pRight);
|
||||
return pLeft != pRight;
|
||||
}
|
||||
/*
|
||||
* Attribute comparison.
|
||||
|
Caricamento…
x
Fai riferimento in un nuovo problema
Block a user