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

fix int format in search results #479

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

algorythmic
Copy link

Since trackId is an Int and can be a number greater than Int32.max, it should be printed with the %ld format specifier.

Fixes #478

urwrstkn8mare added a commit to urwrstkn8mare/mas that referenced this pull request Apr 16, 2023
Since `trackId` is an `Int` and can be a number greater than `Int32.max`,
it should be printed with the `%ld` format specifier [1].

[1]: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Strings/Articles/formatSpecifiers.html#//apple_ref/doc/uid/TP40004265-SW5
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.

🐛 [BUG] App ID integer type confusion in search results
1 participant