summaryrefslogtreecommitdiff
path: root/jefs.s
diff options
context:
space:
mode:
authorkitty <nepeta@canaglie.net>2026-01-30 21:31:42 +1100
committerkitty <nepeta@canaglie.net>2026-01-30 21:31:42 +1100
commitd22e6159d2586a799160c5ceb5424a4ec3d5a422 (patch)
tree8c9f4f49f40a1280e68176125bf97869069ffb17 /jefs.s
parent0eb8b9538c68048bc24520719ea4fa69b1509030 (diff)
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
Diffstat (limited to 'jefs.s')
-rw-r--r--jefs.s1
1 files changed, 1 insertions, 0 deletions
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