fix REPL
This commit is contained in:
parent
721017f6c0
commit
6ae85d3f29
@ -94,7 +94,7 @@ int main(int argc, char* argv[]) {
|
||||
size_t gl = 0;
|
||||
getline(&ln, &gl, stdin);
|
||||
if (ln[0]==0 || ln[0]==10) break;
|
||||
Block* block = bqn_comp(fromUTF8(ln, strlen(ln)), replPath);
|
||||
Block* block = bqn_comp(fromUTF8(ln, strlen(ln)), inc(replPath));
|
||||
free(ln);
|
||||
|
||||
#ifdef TIME
|
||||
|
||||
Loading…
Reference in New Issue
Block a user