# HG changeset patch # User nicodvb # Date 1279613381 0 # Node ID 950bb037bedbae4c41de119dd5294001d724f22a # Parent de60b270bd83725ef5d3c50b5753301fb2b72576 in OS2 and WIN32 when CSS is not available print the correct message using path rather than dev_name; patch by komh chollium net diff -r de60b270bd83 -r 950bb037bedb dvd_reader.c --- a/dvd_reader.c Tue Jul 20 08:01:19 2010 +0000 +++ b/dvd_reader.c Tue Jul 20 08:09:41 2010 +0000 @@ -542,7 +542,7 @@ #else if( !auth_drive ) { fprintf( stderr, "libdvdread: Device %s inaccessible, " - "CSS authentication not available.\n", dev_name ); + "CSS authentication not available.\n", path ); } #endif