From ab061cf0b3457ecb1b689c6c46b1889f373ab4ae Mon Sep 17 00:00:00 2001 From: "Such Meme, Many Skill" Date: Thu, 6 Feb 2020 23:50:06 +0100 Subject: [PATCH] Probably a good idea to not forget the forceExit --- source/tegraexplorer/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)