Date: Tue, 7 Nov 2000 13:10:21 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: James Owens cc: djgpp AT delorie DOT com Subject: Re: DJGPP and InfoZIP volume label option In-Reply-To: <8u70tn$hh3$1@freenet9.carleton.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 6 Nov 2000, James Owens wrote: > In the InfoZIP source the truncation problem is known (the comment "GRR: > have problem if filename is volume label??" appears). I'd hoped to fix it, > but why is the DJGPP compile behaving differently? No one can answer this without seeing the code which labels the floppy. It could be anything: the program might be using the wrong system call, or it might be that nobody has bothered to make the labeling work when compiled with DJGPP. I suggest to find the place in the sources where labeling is done, read that code carefully, and then ask specific questions here, if you cannot figure it out, posting the relevant code fragments to show us how it works.