X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Thu, 31 Jan 2002 11:37:56 -0600 From: JT Williams To: djgpp-workers AT delorie DOT com Cc: Eli Zaretskii Subject: Re: djtar patch Message-ID: <20020131113756.A5037@kendall.sfbr.org> Mail-Followup-To: djgpp-workers AT delorie DOT com, Eli Zaretskii References: <20020131104826 DOT E4833 AT kendall DOT sfbr DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from eliz@is.elta.co.il on Thu, Jan 31, 2002 at 06:55:42PM +0200 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk -: No, I meant the case where the tarball has "Program Files", and we want -: it to be converted to ProgFiles during extraction, because the target -: filesystem doesn't allow blanks. Aha. If the ChangeFile entry were Program Files ProgFiles then `sscanf(line, "%s %s", from, to);' would not DTRT. Would a ChangeFile entry of "Program Files" ProgFiles also fail? (I don't have KR2 zur Hand). -: Are we miscommunicating? No, I believe we are now on the same page.