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:
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) {
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user