mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[libcss] Commented weird assert
This commit is contained in:
parent
a754b39287
commit
d9f9478cc5
@ -1839,7 +1839,9 @@ css_error set_libcss_node_data(void *pw, void *node, void *libcss_node_data)
|
|||||||
return CSS_NOMEM;
|
return CSS_NOMEM;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
assert(old_node_data == NULL);
|
assert(old_node_data == NULL);
|
||||||
|
#endif
|
||||||
|
|
||||||
return CSS_OK;
|
return CSS_OK;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user