lslforge
lslforge copied to clipboard
1024 bytes vs 255 in llGetNotecardLine
Just pointing out to the fact that SimLL.hs for llGetNotecardLine takes 255 bytes vs 1024 as of recent simulator version.
https://github.com/raysilent/lslforge/blob/e4959cca892cc6b39d88a1dd46665090aa942d1f/lslforge/haskell/src/Language/Lsl/Internal/SimLL.hs#L1894
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.