[Date Prev][Date Next][Thread Prev][Thread Next] - [Date Index][Thread Index][Author Index]
RE: D-block utility
Let's try this one more time....
change the Line: --> fp6=fopen(temp,"a+b");
if(!( fp6=fopen(temp,"r+b")))
{
fp6=fopen(temp,"wb");
fclose(fp6);
fp6=fopen(temp,"r+b");
}
I had to make the change because I seem to get different results between
the two compilers I use, when I do a read with "a+b".
Gilbert Mackall
N3RZN
----
Via the amsat-bb mailing list at AMSAT.ORG courtesy of AMSAT-NA.
To unsubscribe, send "unsubscribe amsat-bb" to Majordomo@amsat.org
AMSAT Home