pkgsrc/misc/libcdio/patches/patch-aa
adam 3ead2623ec Changes 0.75:
- audio volume level fix on Microsoft Windows
- fix build when --enable-shared, --disable-static
- CD-Text retrieval fix
- allow the MMC timeout to be adjusted by the application
- cd-paranoia: Add option --mmc-timeout (-m) to set MMC timeout.
  We now check that integer arguments are integers and are within
  range.
- changes for libcddb 1.1.0 API change
- remove gcc 4.0 warnings
- miscellaneous small bug fixes, removal of questionable idioms or
  memory leak fixes
2005-08-09 12:56:18 +00:00

14 lines
422 B
Text

$NetBSD: patch-aa,v 1.5 2005/08/09 12:56:18 adam Exp $
--- lib/driver/logging.c.orig 2004-12-18 17:29:32.000000000 +0000
+++ lib/driver/logging.c
@@ -45,7 +45,9 @@ default_cdio_log_handler (cdio_log_level
fprintf (stderr, "**ERROR: %s\n", message);
fflush (stderr);
}
+#if 0
exit (EXIT_FAILURE);
+#endif
break;
case CDIO_LOG_DEBUG:
if (level >= cdio_loglevel_default) {