1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-14 04:28:06 +00:00
This commit is contained in:
Calvin Rose
2017-04-17 22:36:44 -04:00
parent baa3544ca0
commit 7a2ec82daf
4 changed files with 54 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ int debug_run(Gst *vm, FILE *in) {
/* A simple repl */
int debug_repl(Gst *vm) {
char buffer[10] = {0};
char buffer[1024] = {0};
const char *reader = buffer;
GstParser p;
int reset;