1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/audio/amp/files/patch-formats.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

12 lines
361 B
C

--- formats.c.orig 1997-05-31 17:47:58 UTC
+++ formats.c
@@ -27,7 +27,7 @@ unsigned char iza[8]={0x64 ,0x61 ,0x74 ,
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);