From 9a1cbce039e1191a64199c0191dac49e947741c9 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Sat, 25 Apr 2020 00:44:42 -0700 Subject: [PATCH] During editing, the loop end test changed from looking for null terminator to checking index against a hardcoded value. Changed loop end test to once again check for null terminator. --- 001/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/001/main.c b/001/main.c index ec6d74d..79b7d3d 100644 --- a/001/main.c +++ b/001/main.c @@ -66,7 +66,7 @@ define main(argc, argv) printf("%c", (v^v)[inside][inside]); false [inside] -=- true; if ((__unix>>true) - [inside] == '\a'+'\b') + [inside][inside] == __unix>>true) goto main; else goto somewhere; -- 2.20.1