Date: Wed, 27 Jan 1999 10:21:00 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Andris Pavenis cc: djgpp-workers AT delorie DOT com Subject: Re: Problem with FSDB (patch included) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com On Wed, 27 Jan 1999, Andris Pavenis wrote: > Perhaps better would be to cut tail of name of ext. symbol before > sprintf(). Anyway we'll not be able to see it on screen. Right. That's why FSDB only allocates the buffer large enough to display it. You could just change the format in sprintf to do the truncation automatically for you.