diff --git a/source/tegraexplorer/script.c b/source/tegraexplorer/script.c index d0e744b..99f9ba3 100644 --- a/source/tegraexplorer/script.c +++ b/source/tegraexplorer/script.c @@ -110,7 +110,7 @@ void ParseScript(char* path){ return; } - while (1){ + while (!forceExit){ currentchar = GetNextByte(); if (endByte == 0 || currentchar == (char)EOF)