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 build break due to incorrect memset call #1213

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

Conversation

shi-yan
Copy link

@shi-yan shi-yan commented May 10, 2019

The second parameter and the third parameter of the memset function are incorrectly swapped. The second parameter should mean the intended value and the third is the size. This error caused compiling failure.

fix #779

The second parameter and the third parameter of the memset function are incorrectly swapped. The second parameter should mean the intended value and the third is the size. This error caused compiling failure.
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.

build with ImreadJpeg error
1 participant