Comment 8 for bug 1613662

Revision history for this message
Sylvain Chiron (frigory) wrote :

* Very odd method:

I disagree with the analyzer's solution; it should be:

if (back != nVal) {
    back = nVal;
    ResetPoints();
}

with the surrounding if statement.