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
building the latest version (1.3.0) on archlinux I get the following error:
../src/files.c:400:48: error: passing argument 1 of ‘write_buffer_with_func’ from incompatible pointer type [-Wincompatible-pointer-types] 400 | write_buffer_with_func(write_ascii_file); | ^~~~~~~~~~~~~~~~ | | | void (*)(char *, unsigned int)
The text was updated successfully, but these errors were encountered:
Same for me. Possible fix: #74
Sorry, something went wrong.
fix incompatible pointer type (wvdakker#73)
2399115
Merge pull request #74 from ne0h/fix-write_ascii_file
c37340b
fix incompatible pointer type (issue #73)
@ra1nb0w, issue should be fixed.
fixed. thank you!
No branches or pull requests
building the latest version (1.3.0) on archlinux I get the following error:
The text was updated successfully, but these errors were encountered: