Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| --Multipart_Thu_Sep__2_11:54:48_1999-1
| Content-Type: text/plain; charset=US-ASCII
| 
| 
| Has anyone (Asger?) seen this? I really do not know what are the
| whereabouts of fwrite vs fprintf, but we should really look at it...

fwrite is essentially fprintf without buffering. So it should be no
problem switching to fprintf. (actually fprintf are preferrable
because of the buffering)

BUT it is strange, both fwrite and fprintf are conforming to ANSI C.
Could it be that we are missing a file.close or a file.flush ?

        Lgb

Reply via email to