Blame SOURCES/dvd+rw-tools-7.0-dvddl.patch

d00ab9
--- ./growisofs_mmc.cpp.joe	2006-04-27 20:45:00.788446635 +0200
d00ab9
+++ ./growisofs_mmc.cpp	2006-04-27 20:46:01.666824300 +0200
d00ab9
@@ -1412,9 +1412,7 @@
d00ab9
     blocks += 15, blocks &= ~15;
d00ab9
 
d00ab9
     if (blocks <= split)
d00ab9
-	fprintf (stderr,":-( more than 50%% of space will be *wasted*!\n"
d00ab9
-			"    use single layer media for this recording\n"),
d00ab9
-	exit (FATAL_START(EMEDIUMTYPE));
d00ab9
+	fprintf (stderr,":-? more than 50%% of space will be *wasted*!\n");
d00ab9
 
d00ab9
     blocks /= 16;
d00ab9
     blocks += 1;