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

Use fatal error instead of warning, for consistency

parent fd77a0cd
......@@ -508,7 +508,7 @@ static int Demux( demux_t *p_demux )
1, p_buffer ) != 1 )
{
msg_Err( p_demux, "read failed for block %d", p_sys->i_next_vobu );
intf_UserWarn( p_demux, _("Playback failure"),
dialog_Fatal( p_demux, _("Playback failure"),
_("DVDRead could not read block %d."),
p_sys->i_next_vobu );
return -1;
......
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