13 lines
423 B
Text
13 lines
423 B
Text
$NetBSD: patch-ag,v 1.1 2004/04/02 09:37:56 jmmv Exp $
|
|
|
|
--- src/paf.c.orig 2004-03-03 09:23:12.000000000 +0100
|
|
+++ src/paf.c
|
|
@@ -64,7 +64,7 @@ typedef struct
|
|
sf_count_t sample_count ;
|
|
int *samples ;
|
|
unsigned char *block ;
|
|
- int data [] ; /* ISO C99 struct hack */
|
|
+ int *data ; /* ISO C99 struct hack */
|
|
} PAF24_PRIVATE ;
|
|
|
|
/*------------------------------------------------------------------------------
|