1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[libcss] this assertion fails

This commit is contained in:
Witold Filipczyk 2023-09-29 17:15:12 +02:00
parent 5d01bbb05d
commit 3b233ba711

View File

@ -1834,7 +1834,7 @@ css_error set_libcss_node_data(void *pw, void *node, void *libcss_node_data)
if (err != DOM_NO_ERR) {
return CSS_NOMEM;
}
assert(old_node_data == NULL);
//assert(old_node_data == NULL);
return CSS_OK;
}