delorie.com/archives/browse.cgi | search |
Date: | Tue, 6 May 2003 14:06:21 -0400 |
Message-Id: | <200305061806.h46I6L4T020189@envy.delorie.com> |
From: | DJ Delorie <dj AT delorie DOT com> |
To: | djgpp-workers AT delorie DOT com |
In-reply-to: | <2950-Tue06May2003201426+0300-eliz@elta.co.il> |
Subject: | Re: djtar and slightly weirdly formatted ZIPs, revision 2 [PATCH] |
References: | <E19Bvwx-0000zi-00 AT phekda DOT freeserve DOT co DOT uk> <Pine DOT OSF DOT 4 DOT 51 DOT 0305061421140 DOT 24402 AT sirppi DOT helsinki DOT fi> <2950-Tue06May2003201426+0300-eliz AT elta DOT co DOT il> |
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 |
> > These bytes should be printed with "%02x", not "%x" (else 0x0f0f will be > > printed as 0xff) > > Don't you mean %2.2x? No, that sets the width, but doesn't force leading zeros. You'd end up with "0x f f".
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |