Date: Fri, 25 Sep 92 10:41:58 EDT From: boutell AT isis (Tom Boutell) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: binary files >If you never read/write larger then 512 bytes, fread/fwrite work. Try breaking >up large reads/writes into smaller chunks. Seriously? Then this bug is near the top of the list to be fixed, IMHO. I've got code that relies heavily on fread and fwrite, and this means that if there were more than 128 channels in a multiplexed file my code could have some unpleasant problems. Actually that's relatively unlikely, but it's a bigger issue for others no doubt. -T