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

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