# HG changeset patch # User ben # Date 1201202295 0 # Node ID ecab5c5a5349579bfe0b99db6522dbd3f9fefe4f # Parent 2f6ad8c8ebf37c879eaf7134d1ac1966e1ff10f7 type expected by dvdnav_get_title_string() is const diff -r 2f6ad8c8ebf3 -r ecab5c5a5349 stream/stream_dvdnav.c --- a/stream/stream_dvdnav.c Thu Jan 24 19:15:28 2008 +0000 +++ b/stream/stream_dvdnav.c Thu Jan 24 19:18:15 2008 +0000 @@ -58,7 +58,7 @@ 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)