DragonEgg
Results
2
issues of
DragonEgg
If the copy fails, there should be no need to continue testing befor: ``` 97 CopyHDLL(HDllPath, NotFoundPath); 98 LoadExecutable(Args.EPath); ``` after: ``` if (CopyHDLL(HDllPath, NotFoundPath)) { LoadExecutable(Args.EPath); } ```
 不知道咋描述,,原谅我这个语文不及格的孩纸吧。。看图就好。
plugin