From 1a32448c2c53b0e66ce0fe14c5dd2057afd432bc Mon Sep 17 00:00:00 2001 From: root Date: Mon, 28 Oct 2013 01:15:28 -0700 Subject: Mon Oct 28 01:14:27 PDT 2013 --- extra/snd/type_error.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 extra/snd/type_error.patch (limited to 'extra/snd/type_error.patch') diff --git a/extra/snd/type_error.patch b/extra/snd/type_error.patch new file mode 100644 index 000000000..e7bf9ab91 --- /dev/null +++ b/extra/snd/type_error.patch @@ -0,0 +1,20 @@ +diff -ur snd-14.1.orig/vct.h snd-14.1/vct.h +--- snd-14.1.orig/vct.h 2013-10-28 02:22:35.073798054 +0800 ++++ snd-14.1/vct.h 2013-10-28 02:45:27.166364791 +0800 +@@ -1,11 +1,11 @@ + #ifndef VCT_H + #define VCT_H + +-#if HAVE_SCHEME +- typedef struct s7_cell vct; +-#else +-typedef struct vct vct; +-#endif ++typedef struct { ++ mus_long_t length; ++ mus_float_t *data; ++ bool dont_free; ++} vct; + + #ifdef __cplusplus + extern "C" { -- cgit v1.2.3-54-g00ecf