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

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