mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
60c88c48d1
Upstream version of dvd+rw-tools is quite old and many Linux distributions apply multiple patches to keep it working on newer systems. This commit includes those patches. This closes #21024.
13 lines
476 B
Diff
13 lines
476 B
Diff
--- ./growisofs_mmc.cpp.joe 2006-04-27 20:45:00.788446635 +0200
|
|
+++ ./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;
|