diff options
-rwxr-xr-x | build/GNULinux/cook | bin | 11368 -> 11368 bytes | |||
-rw-r--r-- | source/bfcompiler.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/build/GNULinux/cook b/build/GNULinux/cook Binary files differindex bfa2ab3..200e95a 100755 --- a/build/GNULinux/cook +++ b/build/GNULinux/cook diff --git a/source/bfcompiler.c b/source/bfcompiler.c index 3fdb9ac..2f3a102 100644 --- a/source/bfcompiler.c +++ b/source/bfcompiler.c @@ -128,7 +128,7 @@ void compilebf(char* bf) putchar(l->array[ptr]); break; case ',': - scanf("%c", &c); + scanf(" %c", &c); l->array[ptr] = c; case '[': if (!l->array[ptr]) |