1
0
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:
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)))
{
state = 2;
break;
}
if (state == 1)
{
@ -67,4 +68,4 @@ int main(int argc, char** argv)
}
return 0;
}
}