1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/audio/amp/files/patch-formats.c
Roman Bogorodskiy 0393200356 - Update to 0.7.6
- Change pkg-descr to reflect the new patches changes
- Pass maintainership to submitter

PR:		79873
Submitted by:	Rodrigo Graeff <delphus@gmail.com>
2005-04-17 15:19:41 +00:00

12 lines
341 B
C

--- formats.c Sat May 31 14:47:58 1997
+++ formats.c Wed Apr 13 00:21:47 2005
@@ -27,7 +27,7 @@
int len,fs,i;
len=ftell(out_file)-44;
- fs=t_sampling_frequency[header->ID][header->sampling_frequency];
+ fs=t_sampling_frequency[header->IDex][header->ID][header->sampling_frequency];
rewind(out_file);
fwrite(ispred,1,20,out_file);