forked from Public-Mirror/Textractor
*.int files are too common
This commit is contained in:
parent
2333692448
commit
3f004554f8
@ -179,8 +179,7 @@ bool DetermineEngineByFile1()
|
|||||||
InsertArtemisHook();
|
InsertArtemisHook();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (Util::CheckFile(L"*.int")) {
|
if (Util::CheckFile(L"*.int") && InsertCatSystemHook()) {
|
||||||
InsertCatSystemHook();
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (Util::CheckFile(L"message.dat")) {
|
if (Util::CheckFile(L"message.dat")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user