Date: Mon, 08 Sep 1997 16:23:30 +1100 From: Bill Currie Subject: Re: long/upper files in djgpp zips In-reply-to: <199709080350.XAA03475@delorie.com> To: DJ Delorie , djgpp-workers AT delorie DOT com Message-id: <199709080428.QAA03533@teleng1.tait.co.nz gatekeeper.tait.co.nz> Organization: Tait Electronics Limited MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Comments: Authenticated sender is Precedence: bulk On 7 Sep 97 at 23:50, DJ Delorie wrote: > [1] zip was intentionally calling strlwr() on all file names it put > in > the zip file. Bad zip! Take those lines out of msdos/msdos.c > Actually, I put in a call to _preserve_fncase (wrapped with #ifdef __DJGPP__) for those lines (437). #ifdef __DJGPP__ if (!_preserve_fncase()) #endif strlwr(n); Are there more? I haven't had any problems since. Bill -- Leave others their otherness.