mirror of
https://github.com/sist2app/sist2.git
synced 2026-01-22 02:31:52 +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