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: 修复类型错误导致的数值溢出 #115

Merged
merged 1 commit into from
May 31, 2024
Merged

fix: 修复类型错误导致的数值溢出 #115

merged 1 commit into from
May 31, 2024

Conversation

amtoaer
Copy link
Owner

@amtoaer amtoaer commented May 31, 2024

过去分页 cid 使用的类型是 i32,今天遇到了溢出的情况:
image
将 i32 修改为 i64 以修复该问题。

@amtoaer amtoaer merged commit c4db12b into main May 31, 2024
1 check passed
@amtoaer amtoaer deleted the fix_type branch June 1, 2024 06:48
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.

1 participant