Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1024 bytes vs 255 in llGetNotecardLine #66

Open
raysilent opened this issue Jan 13, 2022 · 2 comments
Open

1024 bytes vs 255 in llGetNotecardLine #66

raysilent opened this issue Jan 13, 2022 · 2 comments

Comments

@raysilent
Copy link
Owner

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

@raysilent
Copy link
Owner Author

pushDataserverEvent pk sn key $ maybe cEOF (take 255) $

@PellSmit
Copy link

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 added a commit to PellSmit/lslforge that referenced this issue Feb 7, 2022
PellSmit added a commit to PellSmit/lslforge that referenced this issue Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants