mirror of
https://github.com/simon987/sist2.git
synced 2025-12-13 07:19:06 +00:00
Fix warnings
This commit is contained in:
@@ -58,6 +58,7 @@ int extract_text(xmlDoc *xml, xmlNode *node, text_buffer_t *buf) {
|
||||
|
||||
extract_text(xml, child->children, buf);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
int xml_io_read(void *context, char *buffer, int len) {
|
||||
|
||||
Reference in New Issue
Block a user