summaryrefslogtreecommitdiff
path: root/graphics/mjpegtools/patches/patch-ac
blob: 126a9bd7a1b84dc47573d811ed69bbbba8edd2e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1 2003/08/02 05:22:59 mrg Exp $

--- mplex/vector.cc.orig	2003-06-29 00:05:01.000000000 +1000
+++ mplex/vector.cc	2003-06-29 00:05:07.000000000 +1000
@@ -9,7 +9,7 @@
 AUStream::AUStream() : 
 	cur_rd( 0 ), cur_wr(0), totalctr(0), size(0), buf(0)
 {
-	buf = new (Aunit*)[AUStream::BUF_SIZE];
+	buf = new Aunit *[AUStream::BUF_SIZE];
 }