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:
Binary file not shown.
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user