0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04: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) { if (err != DOM_NO_ERR) {
return CSS_NOMEM; return CSS_NOMEM;
} }
assert(old_node_data == NULL); //assert(old_node_data == NULL);
return CSS_OK; return CSS_OK;
} }