We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9886a commit 0e2ec33Copy full SHA for 0e2ec33
third_party/lbforth/lbforth.c
@@ -93,7 +93,7 @@ static FCB startupFile;
93
static uint8_t fileBuffer[128];
94
static char* cmdptr = cpm_cmdline;
95
static bool fileFlag = false;
96
-static bool fileDoneFlag = false;
+static bool fileDoneFlag = true;
97
char* filebuffer_pos;
98
99
/* A basic setup for defining builtins. This Forth uses impossibly low
@@ -1109,6 +1109,7 @@ int main()
1109
tell("Error opening file\r\n");
1110
return 1;
1111
}
1112
+ fileDoneFlag = false;
1113
fillFileBuffer();
1114
1115
0 commit comments