We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
memset(update, 0, SL_MAX_LEVEL + 1); error size isn't it ?
and make_node use 0 to build a value that may not init with arg 0
The text was updated successfully, but these errors were encountered:
May be you need to do memset(update , 0 ,sizeof(update)) like this.
Sorry, something went wrong.
assign me this issue
No branches or pull requests
memset(update, 0, SL_MAX_LEVEL + 1);
error size isn't it ?
and make_node use 0 to build a value that may not init with arg 0
The text was updated successfully, but these errors were encountered: