You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const char* html = htmlText.c_str();
myhtml_t* myhtml = myhtml_create();
myhtml_init(myhtml, MyHTML_OPTIONS_DEFAULT, 1, 0);
myhtml_tree_t* tree;
// first tree init
tree = myhtml_tree_create();
myhtml_tree_init(tree, myhtml);
myhtml_parse(tree, MyENCODING_UTF_8, html, strlen(html)); // crash here on android 64 bit
The text was updated successfully, but these errors were encountered:
myhtml_parse
crash on androidThe text was updated successfully, but these errors were encountered: