Tweak comments.
[libdcp.git] / src / subtitle_content.cc
index 5a45d7372164845889540e6072f716aebfba2672..85a4b3609f483c1aadc93f9d29283daf20c76c1e 100644 (file)
@@ -246,6 +246,8 @@ SubtitleContent::write_xml (boost::filesystem::path p) const
        Glib::ustring const s = xml_as_string ();
        fwrite (s.c_str(), 1, s.length(), f);
        fclose (f);
+
+       _file = p;
 }
 
 Glib::ustring