small fix for str len

This commit is contained in:
Torsten Ruger 2014-08-28 16:19:43 +03:00
parent c7bc18dac8
commit 0bc0506c5a

View File

@ -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)