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
You need to pull the pointer out of the temporary memory passed as the second arg to xmlSplitQName2(), after it returns.
prefix = FFI::MemoryPointer.new :pointer localname = LibXML.xmlSplitQName2(name, prefix) prefix = prefix.get_pointer(0)
The text was updated successfully, but these errors were encountered:
FFI: fixing pointer bug in reader. thanks to Wayne Meissner. closed by c4c583a.
Sorry, something went wrong.
Merge pull request #59 from robbat2/nokogiri-rpath
9d13287
Fix nokogiri rpath build.
No branches or pull requests
You need to pull the pointer out of the temporary memory passed as the second arg to xmlSplitQName2(), after it returns.
The text was updated successfully, but these errors were encountered: