Date: Sat, 26 Sep 1992 06:42:03 -0500 From: williams AT herky DOT cs DOT uiowa DOT edu (Kent Williams) 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. > > I can't believe someone doesn't just get the source and fix it for themselves. Or go to unbuffered I/O.