From 6274e7dee85fe31e48e7b1e1aaf6c740e689681a Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 24 Jan 2008 19:18:15 +0000 Subject: type expected by dvdnav_get_title_string() is const git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25847 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_dvdnav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c index ef7e8fd464..cc2a5170d9 100644 --- a/stream/stream_dvdnav.c +++ b/stream/stream_dvdnav.c @@ -58,7 +58,7 @@ static const struct m_struct_st stream_opts = { static int seek(stream_t *s, off_t newpos); static dvdnav_priv_t * new_dvdnav_stream(char * filename) { - char * title_str; + const char * title_str; dvdnav_priv_t *priv; if (!filename) -- cgit v1.2.3