Commit d3b09b76 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

mkv: fix format string

parent 1e159600
...@@ -277,7 +277,7 @@ virtual_segment_c::virtual_segment_c( std::vector<matroska_segment_c*> * p_opene ...@@ -277,7 +277,7 @@ virtual_segment_c::virtual_segment_c( std::vector<matroska_segment_c*> * p_opene
if(p_vedition->b_ordered && p_vedition->i_duration == 0) if(p_vedition->b_ordered && p_vedition->i_duration == 0)
{ {
msg_Warn( &p_segment->sys.demuxer, msg_Warn( &p_segment->sys.demuxer,
"Edition %s (%lu) links to other segments not found and is empty... ignoring it", "Edition %s (%zu) links to other segments not found and is empty... ignoring it",
p_vedition->GetMainName().c_str(), i ); p_vedition->GetMainName().c_str(), i );
delete p_vedition; delete p_vedition;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment