Date: Thu, 16 Apr 1998 10:04:15 +0300 (IDT) From: Eli Zaretskii To: Tony cc: djgpp AT delorie DOT com Subject: Re: A weird FWRITE() problem... In-Reply-To: <01bd6681$a7519d40$ddc832ce@tonythed> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 13 Apr 1998, Tony wrote: > For some reason the fwrite() function is over writing the FILE structure > the the pointer is pointing to. The pointer value is not changed but the > data of the FILE structure is being over written with data from the buffer. It's probably some bug in your program. Please post the shortest example of a program which exhibits this behavior.