small fix for str len
This commit is contained in:
parent
c7bc18dac8
commit
0bc0506c5a
@ -73,7 +73,7 @@ module Register
|
|||||||
end
|
end
|
||||||
|
|
||||||
def link_String( str , at)
|
def link_String( str , at)
|
||||||
return (str.length / 4) + 1 + 2
|
return members(str.length / 4)
|
||||||
end
|
end
|
||||||
|
|
||||||
def link_Symbol(sym , at)
|
def link_Symbol(sym , at)
|
||||||
|
Loading…
Reference in New Issue
Block a user