archrelease: copy trunk to staging-x86_64
[arch-packages.git] / dvd+rw-tools / trunk / dvd+rw-tools-7.0-dvddl.patch
blobc1c6fb3332a21cc56d9a1dea663d5d3eacd6b953
1 --- ./growisofs_mmc.cpp.joe 2006-04-27 20:45:00.788446635 +0200
2 +++ ./growisofs_mmc.cpp 2006-04-27 20:46:01.666824300 +0200
3 @@ -1412,9 +1412,7 @@
4 blocks += 15, blocks &= ~15;
6 if (blocks <= split)
7 - fprintf (stderr,":-( more than 50%% of space will be *wasted*!\n"
8 - " use single layer media for this recording\n"),
9 - exit (FATAL_START(EMEDIUMTYPE));
10 + fprintf (stderr,":-? more than 50%% of space will be *wasted*!\n");
12 blocks /= 16;
13 blocks += 1;