avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [bugs #9345] Zero-Padding on vfprintf


From: Joerg Wunsch
Subject: [avr-libc-dev] [bugs #9345] Zero-Padding on vfprintf
Date: Tue, 28 Dec 2004 14:45:58 -0500
User-agent: Mozilla/5.0 Galeon/1.2.13 (X11; FreeBSD i386; U;) Gecko/0

This mail is an automated notification from the bugs tracker
 of the project: AVR C Runtime Library.

/**************************************************************************/
[bugs #9345] Latest Modifications:

Changes by: 
                Joerg Wunsch <address@hidden>
'Date: 
                Tue 12/28/04 at 19:33 (Europe/Berlin)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fixed in rev 1.11 of libc/stdio/vfprintf.c.






/**************************************************************************/
[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/04 at 09:47

Category:  Library
Severity:  7 - Major
Priority:  5 - Normal
Item Group:  None
Resolution:  Fixed
Privacy:  Public
Percent Complete:  0%
Assigned to:  joerg_wunsch
Originator Email:  address@hidden
Status:  Closed


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



Follow-up Comments
------------------


-------------------------------------------------------
Date: Tue 12/28/04 at 19:33         By: Joerg Wunsch <joerg_wunsch>
Fixed in rev 1.11 of libc/stdio/vfprintf.c.












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/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]