mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-04-05 03:37:43 +00:00
Fix -TRAILING
This commit is contained in:
parent
2770a6f774
commit
ea114c4350
Binary file not shown.
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user