diff options
Diffstat (limited to 'audio/libsndfile/patches/patch-af')
-rw-r--r-- | audio/libsndfile/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/libsndfile/patches/patch-af b/audio/libsndfile/patches/patch-af new file mode 100644 index 00000000000..888f67413cd --- /dev/null +++ b/audio/libsndfile/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2004/04/02 09:37:56 jmmv Exp $ + +--- src/ms_adpcm.c.orig 2004-03-03 09:23:12.000000000 +0100 ++++ src/ms_adpcm.c +@@ -43,7 +43,7 @@ typedef struct + sf_count_t samplecount ; + short *samples ; + unsigned char *block ; +- unsigned short dummydata [] ; /* ISO C99 struct hack */ ++ unsigned short *dummydata ; /* ISO C99 struct hack */ + } MSADPCM_PRIVATE ; + + /*============================================================================================ |