1024 bytes vs 255 in llGetNotecardLine
raysilent opened this issue · 2 comments
raysilent commented
Just pointing out to the fact that SimLL.hs
for llGetNotecardLine
takes 255 bytes vs 1024 as of recent simulator version.
raysilent commented
PellSmit commented
It is not so simple because it says "llGetNotecardLine takes 255 bytes" but Haskell's take
function takes n characters.
BTW, who uses debugger? I don't use.