1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-19 09:23:06 +00:00

Fix parsing bug I just introduced

This commit is contained in:
David Schmenk
2025-02-14 14:47:32 -08:00
parent eb0ed22c2a
commit 99dffac141
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -353,7 +353,7 @@ def striptail(strptr)#0
byte strlen
for strlen = ^strptr downto 1
if ^(strptr + strlen) > keyspace
if ^(strptr + strlen) > ' '
break
fin
next