/src/sdk/scripting/sqstdlib/sqstdrex.cpp line 456 Code:
while( (asd = sqstd_rex_matchnode(exp,temp,asd,NULL)) ) { if(temp->next != -1) temp = &exp->_nodes[temp->next]; else return asd; } return NULL; break; // <- unreachable
Fixed in [r13054], thank you.
Commit: [r13054]
Log in to post a comment.
Fixed in [r13054], thank you.
Related
Commit: [r13054]