summaryrefslogtreecommitdiff
path: root/audio/muse/patches/patch-ac
blob: 306167025606a707a5429bd8fad640b4680e85a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1.1.1 2004/05/02 22:59:16 xtraeme Exp $

--- src/pipe.cpp.orig	2004-05-03 00:42:40.000000000 +0200
+++ src/pipe.cpp	2004-05-03 00:43:56.000000000 +0200
@@ -61,7 +61,7 @@
   end=start=buffer;
   blocking = true;
   _thread_init();
-  unlock();
+  //unlock();
 }
 
 Pipe::~Pipe() {