]> git.sesse.net Git - vlc/blobdiff - modules/access/cdda.c
* Some more const warning fixes
[vlc] / modules / access / cdda.c
index 2ddfa822324ddfc634db6baff3698d1381f2e922..4cddad0adb150132ba73db277ceeccb509899ebb 100644 (file)
@@ -479,7 +479,7 @@ static int GetTracks( access_t *p_access,
         /* If we have CDDB info, change the name */
         if( p_sys->p_disc )
         {
-            char *psz_result;
+            const char *psz_result;
             cddb_track_t *t = cddb_disc_get_track( p_sys->p_disc, i );
             if( t!= NULL )
             {