Message-ID: <3780CC20.38D9B4A8@primus.com.au> From: leroy X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en,ja MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: I think I found a bug or something... References: <3780A6E9 DOT B37ED397 AT primus DOT com DOT au> <931185583 DOT 22287 AT www DOT remarq DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Organization: Internet Primus Cache-Post-Path: diddley.primus.com.au!unknown AT ras30 DOT ports DOT bgn DOT primus DOT com DOT au X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) Lines: 23 Date: Tue, 06 Jul 1999 01:15:44 +1000 NNTP-Posting-Host: 203.134.0.92 X-Complaints-To: abuse AT telstra DOT net X-Trace: nsw.nnrp.telstra.net 931188176 203.134.0.92 (Tue, 06 Jul 1999 01:22:56 EST) NNTP-Posting-Date: Tue, 06 Jul 1999 01:22:56 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com The way the function was called.... ErrExpected("test", "test"); That's what I passed. The interesting thing was that when I added another %s to the end of the format line, it gave the last argument that was supposed to have been printed. Cheers, leroy. Clemens Valens wrote: > Errors like this are almost always due to memory problems > and non-terminated strings. Are you sure all your strings > are zero-terminated? > > Clemens > > **** Posted from RemarQ - http://www.remarq.com - Discussions Start Here (tm) ****