[Change] Use compression when saving.

This commit is contained in:
Allanis 2014-05-21 15:11:52 +01:00
parent cce10777fb
commit 93930ad30b

View File

@ -66,7 +66,7 @@ int save_all(void) {
xmlTextWriterPtr writer;
/* Create the writer. */
writer = xmlNewTextWriterDoc(&doc, 0);
writer = xmlNewTextWriterDoc(&doc, 1);
if(writer == NULL) {
ERR("testXmlwriterDoc: Error creating the xml writer.");
return -1;