From: Carl Hetherington Date: Tue, 30 May 2017 09:37:08 +0000 (+0100) Subject: Fix build. X-Git-Tag: v2.11.9~5 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=9024e783e54d5e857b5285b07405f887e6181930;p=dcpomatic.git Fix build. --- diff --git a/src/lib/reel_writer.cc b/src/lib/reel_writer.cc index 13d62f86d..2c74d66bd 100644 --- a/src/lib/reel_writer.cc +++ b/src/lib/reel_writer.cc @@ -392,8 +392,8 @@ ReelWriter::create_reel (list const & refs, listduration() != _period.duration().frames_round (_film->video_frame_rate ())) { LOG_ERROR ( "Reel sound asset has length %1 but reel period is %2", - to_string(reel_sound_asset->duration()), - to_string(_period.duration().frames_round(_film->video_frame_rate())) + reel_sound_asset->duration(), + _period.duration().frames_round(_film->video_frame_rate()) ); DCPOMATIC_ASSERT (reel_sound_asset->duration() == _period.duration().frames_round (_film->video_frame_rate ())); }