|
From: | anonymous |
Subject: | [avr-libc-dev] [bugs #9345] Zero-Padding on vfprintf |
Date: | Tue, 15 Jun 2004 09:57:25 -0400 |
User-agent: | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322) |
This mail is an automated notification from the bugs tracker of the project: AVR C Runtime Library. /**************************************************************************/ [bugs #9345] Full Item Snapshot: URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=9345> Project: AVR C Runtime Library Submitted by: 0 On: Tue 06/15/2004 at 05:47 Category: Library Severity: 5 - Average Item Group: None Resolution: None Assigned to: None Originator Email: address@hidden Status: Open Summary: Zero-Padding on vfprintf Original Submission: Any zero padding when using %f in vfprintf is removed as soon as any precision is used. double x = 12.34; %10f gives result: 012.340000 %08.2f gives result: 12.34 (Space padded) The latter output should be: 00012.34 For detailed info, follow this link: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=9345> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |