Commit c5856290 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Forward port of revision 16905

parent 75564fa0
......@@ -2415,7 +2415,10 @@ static int Manage( vlc_object_t* p_object )
else
{
if( vlm_MediaControl( vlm, p_media, p_instance->psz_name,
"stop", 0 ) == VLC_SUCCESS ) i--;
"stop", 0 ) == VLC_SUCCESS )
{
j--; /* the aray is one element smaller now. */
}
}
}
}
......
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