lslforge icon indicating copy to clipboard operation
lslforge copied to clipboard

1024 bytes vs 255 in llGetNotecardLine

Open raysilent opened this issue 3 years ago • 2 comments

Just pointing out to the fact that SimLL.hs for llGetNotecardLine takes 255 bytes vs 1024 as of recent simulator version.

raysilent avatar Jan 13 '22 14:01 raysilent

https://github.com/raysilent/lslforge/blob/e4959cca892cc6b39d88a1dd46665090aa942d1f/lslforge/haskell/src/Language/Lsl/Internal/SimLL.hs#L1894

raysilent avatar Jan 13 '22 14:01 raysilent

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.

PellSmit avatar Jan 28 '22 09:01 PellSmit