From d22e6159d2586a799160c5ceb5424a4ec3d5a422 Mon Sep 17 00:00:00 2001 From: kitty Date: Fri, 30 Jan 2026 21:31:42 +1100 Subject: put a redundant null byte after the string this will cause issues if the word has a null byte in the name. so don't do that. obviously --- jefs.s | 1 + 1 file changed, 1 insertion(+) (limited to 'jefs.s') diff --git a/jefs.s b/jefs.s index c0b1b82..3234b44 100644 --- a/jefs.s +++ b/jefs.s @@ -21,6 +21,7 @@ %define mac_latest lfa_%2 ffa_%2: db %3 ; FFA nfa_%2: dw slen ; NFA + db 0 db %1 %endmacro -- cgit v1.2.3