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

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