may lead to crash

Issue #1 resolved
Michael Doctor created an issue

in function:ImporterGetLastAddedDLLName

original: if(impDLLNumber != -1)

should be: if(impDLLNumber != -1 && impDLLNumber < 1000)

Comments (2)

  1. Log in to comment