2 lines
236 B
Plaintext
2 lines
236 B
Plaintext
The use of a comparison operator outside of a boolean context is an error. At best it is meaningless code, and should be eliminated. However the far more likely scenario is that it is an assignment gone wrong, and should be corrected.
|