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

cleanup: Manually truncate long game window names #248

Merged
merged 1 commit into from
Dec 30, 2023

Conversation

JFreegman
Copy link
Member

@JFreegman JFreegman commented Dec 22, 2023

Doing this explicitly instead of relying on snprintf gets rid of a compiler warning


This change is Reviewable

@JFreegman JFreegman added the cleanup Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature. label Dec 22, 2023
@JFreegman JFreegman added this to the 0.13.1 milestone Dec 22, 2023
@JFreegman JFreegman force-pushed the format_truncation branch 5 times, most recently from 7822797 to 5f28d47 Compare December 25, 2023 16:10
src/game_base.c Show resolved Hide resolved
Doing this explicitly instead of relying on snprintf
gets rid of a compiler warning
@toktok-releaser toktok-releaser merged commit 66ebe10 into TokTok:master Dec 30, 2023
12 checks passed
@JFreegman JFreegman deleted the format_truncation branch December 30, 2023 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Internal code cleanup, possibly affecting semantics, e.g. deleting a deprecated feature.
Development

Successfully merging this pull request may close these issues.

3 participants