1
0
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:
Valentin-Gabriel Radu 2021-11-05 09:26:31 +02:00 committed by GitHub
parent bbf10c2b7f
commit faa8c5fd33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
{ {