summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild/GNULinux/cookbin11368 -> 11368 bytes
-rw-r--r--source/bfcompiler.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/build/GNULinux/cook b/build/GNULinux/cook
index bfa2ab3..200e95a 100755
--- a/build/GNULinux/cook
+++ b/build/GNULinux/cook
Binary files differ
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])