Package: dvd+rw-tools Version: 7.0-6 Tags: patch Followup-For: Bug #340698 Patch from SuSE attached.
Origin: http://lisa.gov.pt/ftp/suse/10.2/repo/src-oss/suse/src/dvd+rw-tools-6.1-37.src.rpm -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-3-amd64 Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.utf8) Versions of packages dvd+rw-tools depends on: ii genisoimage 9:1.1.1-1 Creates ISO-9660 CD-ROM filesystem ii libc6 2.3.6.ds1-9 GNU C Library: Shared libraries ii libgcc1 1:4.1.1-21 GCC support library ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3 dvd+rw-tools recommends no packages. -- no debconf information
--- ./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;