all repos — xyw @ fbe98fda1e632359375b317afaf37f9eae30bf04

A minimal virtual machine and assembler for terminals.

Fixes.
h3rald h3rald@h3rald.com
Wed, 26 Nov 2025 11:37:53 +0100
commit

fbe98fda1e632359375b317afaf37f9eae30bf04

parent

ab717365d9ebc24b986da6dbf4d06059d0c91d73

1 files changed, 0 insertions(+), 5 deletions(-)

jump to
M xywasm.cxywasm.c

@@ -53,11 +53,6 @@ if (s1[i] != s2[i])

{ return s1[i] - s2[i]; } - if (s1[i] == '\0') - { - // Matches up to specified length - return 0; - } } return 0; }