summaryrefslogtreecommitdiff
path: root/misc/libcdio/patches/patch-aa
blob: 9a0af66e84b8587f568d750f1e31cefb2ef191d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.3 2005/04/19 10:53:50 wiz Exp $

--- lib/logging.c.orig	2004-04-18 17:24:27.000000000 +0000
+++ lib/logging.c	2004-04-18 17:25:33.000000000 +0000
@@ -44,7 +44,9 @@
         fprintf (stderr, "**ERROR: %s\n", message);
         fflush (stderr);
       }
+#if 0
       exit (EXIT_FAILURE);
+#endif
       break;
     case CDIO_LOG_DEBUG:
       if (level >= cdio_loglevel_default) {