[Change] Use compression when saving.
This commit is contained in:
parent
cce10777fb
commit
93930ad30b
@ -66,7 +66,7 @@ int save_all(void) {
|
|||||||
xmlTextWriterPtr writer;
|
xmlTextWriterPtr writer;
|
||||||
|
|
||||||
/* Create the writer. */
|
/* Create the writer. */
|
||||||
writer = xmlNewTextWriterDoc(&doc, 0);
|
writer = xmlNewTextWriterDoc(&doc, 1);
|
||||||
if(writer == NULL) {
|
if(writer == NULL) {
|
||||||
ERR("testXmlwriterDoc: Error creating the xml writer.");
|
ERR("testXmlwriterDoc: Error creating the xml writer.");
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user