20 lines
407 B
Diff
20 lines
407 B
Diff
Author: n/a
|
|
Description: Disables to skip on encrypted disks (e.g. DVD with CSS-Encryption).
|
|
|
|
--- a/scsi-layer.c
|
|
+++ b/scsi-layer.c
|
|
@@ -2658,11 +2658,12 @@
|
|
return NULL;
|
|
}
|
|
}
|
|
-
|
|
+/*
|
|
if(dh->mainType == DVD && query_copyright(dh))
|
|
{ CloseDevice(dh);
|
|
Stop(_("This software does not support encrypted media.\n"));
|
|
}
|
|
+*/
|
|
|
|
/* Create the bitmap of simulated defects */
|
|
|