]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- format xml output
authorArvin Schnell <aschnell@suse.de>
Wed, 5 Sep 2012 16:27:36 +0000 (18:27 +0200)
committerArvin Schnell <aschnell@suse.de>
Wed, 5 Sep 2012 16:27:36 +0000 (18:27 +0200)
snapper/XmlFile.cc

index c75205b4c8e50a623584336ad5026dab8be05910..c01d82c91584ead07e9cb5b10cd6503b3579c9a6 100644 (file)
@@ -69,7 +69,7 @@ namespace snapper
        if (!f)
            throw IOErrorException();
 
-       if (xmlDocDump(f, doc) == -1)
+       if (xmlDocFormatDump(f, doc, 1) == -1)
        {
            fclose(f);
            throw IOErrorException();