1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-06-12 14:29:54 +00:00

Fix -TRAILING

This commit is contained in:
David Schmenk 2024-01-09 08:21:24 -08:00
parent 2770a6f774
commit ea114c4350
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1149,7 +1149,7 @@ def _pad_#1
return heapmark + 128
end
def _trailing_(a,b)#2
while b and ^(a + b) == ' '
while b and ^(a + b - 1) == ' '
b--
loop
return a, b