mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-30 18:24:36 +01:00
Protecting the environment
This commit is contained in:
parent
bbf10c2b7f
commit
faa8c5fd33
@ -47,6 +47,7 @@ int main(int argc, char** argv)
|
||||
else if (state == 1 && !strncmp(line, szEndPattern, strlen(szEndPattern)))
|
||||
{
|
||||
state = 2;
|
||||
break;
|
||||
}
|
||||
if (state == 1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user