changeset 55:950bb037bedb src

in OS2 and WIN32 when CSS is not available print the correct message using path rather than dev_name; patch by komh chollium net
author nicodvb
date Tue, 20 Jul 2010 08:09:41 +0000
parents de60b270bd83
children af0a1be87264
files dvd_reader.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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