mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
0393200356
- Change pkg-descr to reflect the new patches changes - Pass maintainership to submitter PR: 79873 Submitted by: Rodrigo Graeff <delphus@gmail.com>
12 lines
341 B
C
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);
|
|
|