summaryrefslogtreecommitdiff
path: root/audio/libsndfile/patches/patch-ab
blob: fdd13738cc084983048fbf5e9fe3ae87ddd1167a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.3 2004/04/02 09:37:56 jmmv Exp $

--- src/common.h.orig	2004-03-09 14:02:41.000000000 +0100
+++ src/common.h
@@ -117,7 +117,7 @@ typedef struct
 typedef struct
 {	unsigned int	version ;	/* version of the PEAK chunk */
 	unsigned int	timestamp ;	/* secs since 1/1/1970  */
-	PEAK_POS		peaks [] ;	/* the per channel peak info */
+	PEAK_POS		*peaks ;	/* the per channel peak info */
 } PEAK_CHUNK ;
 
 typedef struct