mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-27 17:00:59 +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)
|
||||
{
|
||||
@ -67,4 +68,4 @@ int main(int argc, char** argv)
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user