mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-12-02 19:17:17 +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)))
|
else if (state == 1 && !strncmp(line, szEndPattern, strlen(szEndPattern)))
|
||||||
{
|
{
|
||||||
state = 2;
|
state = 2;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
if (state == 1)
|
if (state == 1)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user