Hi, I think it should be:
return (ConstraintData == NULL);
Not
return (ConstraintData != NULL);
Best regards
Pierdek
Hi, I think it should be:
return (ConstraintData == NULL);
Not
return (ConstraintData != NULL);
Best regards
Pierdek
Still broken in 4.4