9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] plan9ports __efgfmt bug
@ 2004-08-28 18:26 Sam
  0 siblings, 0 replies; only message in thread
From: Sam @ 2004-08-28 18:26 UTC (permalink / raw)
  To: 9fans

FYI -

pitchfork% seq -w 9 10
009
10
pitchfork% seq -wf %2.1f 1 2
01. 0
02. 0
pitchfork%

Tracked down to __efgfmt where we do __fmtpad alignment
directly, then call __fmtcpy which also does __fmtpad alignment.
Removing the alignment from __fmtcpy gives the desired result
for seq, but probably breaks something else.

Sam



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-08-28 18:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-28 18:26 [9fans] plan9ports __efgfmt bug Sam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).