From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Tue, 8 May 2001 13:34:01 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: snprintf? Message-ID: <3AF7F5C9.2579.B706AF@localhost> References: <3AF7358B DOT 19349 DOT 38937B AT localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com > > > * n == 0 handled properly now. The buffer pointer in FILE is set to NULL > > > in this case, to catch bogus buffer accesses. > > This last issue is what bothered me. It worked for me when I traced a sample program through with rhide. It returned the right size and it didn't crash. The only place where I couldn't completely trace through was the PUTC macro call.