aboutsummaryrefslogtreecommitdiffstats
path: root/storage_xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage_xml.c')
-rw-r--r--storage_xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage_xml.c b/storage_xml.c
index 29d31c25..b740dd8f 100644
--- a/storage_xml.c
+++ b/storage_xml.c
@@ -372,7 +372,7 @@ static storage_status_t xml_save( irc_t *irc, int overwrite )
}
tree = xml_generate( irc );
- xml = xt_to_string( tree );
+ xml = xt_to_string_i( tree );
len = strlen( xml );
if( write( fd, xml, len ) != len ||
fsync( fd ) != 0 || /* #559 */