Commit 5c660e79 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

rtsp: Feed a litteral to the format to kill a warning.

parent c053f4ab
......@@ -235,7 +235,7 @@ static int Open( vlc_object_t *p_this )
msg_Err( p_access, "rtsp session can not be established" );
dialog_Fatal( p_access, _("Session failed"),
dialog_Fatal( p_access, _("Session failed"), "%s",
_("The requested RTSP session could not be established.") );
goto error;
}
......
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