]> git.sesse.net Git - vlc/blobdiff - modules/access/cdda.c
Rename access_t.psz_path to psz_location
[vlc] / modules / access / cdda.c
index 508a7ba7cd79d3ea36460061a0531758120a7175..43b824b8f5dacdf97fbe0cfd669578f0f612a8fb 100644 (file)
@@ -493,7 +493,7 @@ static int GetTracks( access_t *p_access, input_item_t *p_current )
         msg_Dbg( p_access, "track[%d] start=%d", i, p_sys->p_sectors[i] );
 
         /* */
-        if( asprintf( &psz_uri, "cdda://%s", p_access->psz_path ) == -1 )
+        if( asprintf( &psz_uri, "cdda://%s", p_access->psz_location ) == -1 )
             psz_uri = NULL;
         if( asprintf( &psz_opt, "cdda-track=%i", i+1 ) == -1 )
             psz_opt = NULL;