mirror of
https://github.com/lexborisov/Modest
synced 2024-11-22 05:41:32 +03:00
Fixed serialization html node
This commit is contained in:
parent
729665ede4
commit
4b7a55480f
@ -340,7 +340,7 @@ mycore_string_raw_t test_process_result_from_node(test_data_t *test_data, myhtml
|
||||
{
|
||||
mycore_string_raw_t str = {0};
|
||||
|
||||
if(myhtml_serialization_node_buffer(node->child, &str) == false) {
|
||||
if(myhtml_serialization_node_buffer(node->child, &str)) {
|
||||
fprintf(stderr, "Could serialization HTML node\n");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user