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

Added missing comma in a list. Fixed loop with too small a loop variable. #2497

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

Hecklezz
Copy link
Contributor

@Hecklezz Hecklezz commented Sep 4, 2024

The build indices loop in LLImagePreviewSculpted::setPreviewTarget had the loop variable set as a U16 when it should be a U32.
The blacklist_untrusted list in LLFloaterOpenHandler::canHandleUntrusted is missing a comma for one of the entries.

@github-actions github-actions bot added the c/cpp label Sep 4, 2024
Copy link
Contributor

@marchcat marchcat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@marchcat marchcat added this to the Develop milestone Sep 4, 2024
@marchcat marchcat merged commit c272453 into secondlife:develop Sep 4, 2024
10 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants