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:
parent
5d01bbb05d
commit
3b233ba711
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user