Skip to content

Fix: Convert codec support boolean to string for formatting#132

Merged
tatsumoto-ren merged 1 commit intoAjatt-Tools:masterfrom
ooopus:patch-1
Feb 10, 2025
Merged

Fix: Convert codec support boolean to string for formatting#132
tatsumoto-ren merged 1 commit intoAjatt-Tools:masterfrom
ooopus:patch-1

Conversation

@ooopus
Copy link
Copy Markdown
Contributor

@ooopus ooopus commented Feb 10, 2025

Fixes a string formatting error in codec_support.lua by explicitly converting the boolean supported variable to a string using tostring(). This ensures that string.format receives the expected string type.

Fixes a string formatting error in `codec_support.lua` by
explicitly converting the boolean `supported` variable to a string
using `tostring()`. This ensures that `string.format` receives
the expected string type for the `%s` placeholder.
@tatsumoto-ren tatsumoto-ren merged commit 9c0a85f into Ajatt-Tools:master Feb 10, 2025
@ooopus ooopus deleted the patch-1 branch February 10, 2025 08:25
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

Successfully merging this pull request may close these issues.

2 participants