1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

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

This commit is contained in:
Pierre d'Herbemont 2009-08-20 18:58:22 +02:00
parent c053f4ab75
commit 5c660e79f3

View File

@ -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;
}