diff options
Diffstat (limited to 'audio/sox/files/patch-aa')
-rw-r--r-- | audio/sox/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/sox/files/patch-aa b/audio/sox/files/patch-aa new file mode 100644 index 000000000000..6b0b4b75867c --- /dev/null +++ b/audio/sox/files/patch-aa @@ -0,0 +1,11 @@ +--- avr.c.orig Mon Aug 14 21:10:58 2000 ++++ avr.c Sat Feb 24 22:27:31 2001 +@@ -38,7 +38,7 @@ + unsigned short midi; /* 0xffff = no MIDI note assigned, + 0xffXX = single key note assignment + 0xLLHH = key split, low/hi note */ +- ULONG int rate; /* sample frequency in hertz */ ++ ULONG rate; /* sample frequency in hertz */ + ULONG size; /* sample length in bytes or words (see rez) */ + ULONG lbeg; /* offset to start of loop in bytes or words. + set to zero if unused. */ |