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

Typename changed from uint32_t to int32_t #315

Merged
merged 1 commit into from Jan 18, 2019
Merged

Typename changed from uint32_t to int32_t #315

merged 1 commit into from Jan 18, 2019

Conversation

mwtarnowski
Copy link
Contributor

Typename string and byte-size returned by functions DataTypeToString and GetEnumTypeSize for DT_INT32 changed from "DT_UINT32" and sizeof(uint32_t) to "DT_INT32" and sizeof(int32_t) respectively for consistency's sake.

@llhe
Copy link
Member

llhe commented Jan 18, 2019

@mwtarnowski Thanks for the contribution.

@llhe llhe merged commit ed1f237 into XiaoMi:master Jan 18, 2019
@mwtarnowski mwtarnowski deleted the fix_typename_int32 branch February 12, 2019 13:55
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.

None yet

2 participants