Remove use of _formatted when writing subtitle XML.
[libdcp.git] / src / interop_subtitle_asset.cc
index 9951122285b17d51b00808b61e0f54e26d247c9a..cfd37cb8c85b92171d51a6e0b96c13c9eab81dee 100644 (file)
@@ -102,7 +102,7 @@ InteropSubtitleAsset::xml_as_string () const
 
        subtitles_as_xml (root, 250, INTEROP);
 
-       return doc.write_to_string_formatted ("UTF-8");
+       return doc.write_to_string ("UTF-8");
 }
 
 void