summaryrefslogtreecommitdiff
blob: 8975b04d6f9cadd2ec9abbc3734f3c42f9284133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/growisofs_mmc.cpp	2006-04-27 20:45:00.788446635 +0200
+++ b/growisofs_mmc.cpp	2006-04-27 20:46:01.666824300 +0200
@@ -1412,9 +1412,7 @@
     blocks += 15, blocks &= ~15;
 
     if (blocks <= split)
-	fprintf (stderr,":-( more than 50%% of space will be *wasted*!\n"
-			"    use single layer media for this recording\n"),
-	exit (FATAL_START(EMEDIUMTYPE));
+	fprintf (stderr,":-? more than 50%% of space will be *wasted*!\n");
 
     blocks /= 16;
     blocks += 1;