delorie.com/archives/browse.cgi | search |
Date: | Mon, 08 Sep 1997 16:23:30 +1100 |
From: | Bill Currie <billc AT blackmagic DOT tait DOT co DOT nz> |
Subject: | Re: long/upper files in djgpp zips |
In-reply-to: | <199709080350.XAA03475@delorie.com> |
To: | DJ Delorie <dj AT delorie DOT com>, 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 |
Comments: | Authenticated sender is <billc AT blackmagic DOT tait DOT co DOT nz> |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |