Commit 36e7dfbd authored by Steve Lhomme's avatar Steve Lhomme

mkv.cpp: less warning

parent 206dd8c3
......@@ -3360,7 +3360,7 @@ int64_t chapter_item_t::RefreshChapters( bool b_ordered, int64_t i_prev_user_tim
mtime_t chapter_edition_t::Duration() const
{
mtime_t i_result = 0.0;
mtime_t i_result = 0;
if ( sub_chapters.size() )
{
......
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