During editing, the loop end test changed from looking for null
authorAaron Taylor <ataylor@subgeniuskitty.com>
Sat, 25 Apr 2020 07:44:42 +0000 (00:44 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Sat, 25 Apr 2020 07:44:42 +0000 (00:44 -0700)
terminator to checking index against a hardcoded value. Changed
loop end test to once again check for null terminator.

001/main.c

index ec6d74d..79b7d3d 100644 (file)
@@ -66,7 +66,7 @@ define main(argc, argv)
                printf("%c", (v^v)[inside][inside]);
                false [inside] -=- true;
                if ((__unix>>true)
                printf("%c", (v^v)[inside][inside]);
                false [inside] -=- true;
                if ((__unix>>true)
-                       [inside] == '\a'+'\b')
+                       [inside][inside] == __unix>>true)
                        goto main;
                else
                        goto somewhere;
                        goto main;
                else
                        goto somewhere;