changeset 10525:560111374b62

dvd:// corrected to -dvdauth as outlined by LGB on dev-eng + rewording.
author diego
date Mon, 04 Aug 2003 23:20:49 +0000
parents 3eeb6cdddea1
children 280e03620324
files libmpdemux/dvdauth.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/dvdauth.c	Mon Aug 04 22:36:22 2003 +0000
+++ b/libmpdemux/dvdauth.c	Mon Aug 04 23:20:49 2003 +0000
@@ -288,7 +288,7 @@
 	}
 
 	if (!(*dl_CSSisEncrypted)(dvd)) {
-		printf("DVD: DVD is unencrypted! Skipping authentication!\n(note: you should not use dvd:// switch for unencrypted discs!)\n");
+		printf("DVD: DVD is not encrypted! Skipping authentication!\n(Note: You should not use the -dvdauth switch for discs without encryption!)\n");
 		DVDCloseDevice(dvd);
 		return 0;
 	} else printf("DVD: DVD is encrypted, issuing authentication ...\n");