[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-libc-dev] [bugs #10068] vfscanf fails to properly process multiple
From: |
Joerg Wunsch |
Subject: |
[avr-libc-dev] [bugs #10068] vfscanf fails to properly process multiple floating point numbers. |
Date: |
Mon, 20 Sep 2004 18:08:22 -0400 |
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 #10068] Latest Modifications:
Changes by:
Joerg Wunsch <address@hidden>
'Date:
Mon 09/20/04 at 21:59 (Europe/Berlin)
What | Removed | Added
---------------------------------------------------------------------------
Assigned to | None | joerg_wunsch
/**************************************************************************/
[bugs #10068] Full Item Snapshot:
URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=10068>
Project: AVR C Runtime Library
Submitted by: 0
On: Thu 08/19/04 at 20:22
Category: Library
Severity: 5 - Average
Item Group: None
Resolution: None
Privacy: Public
Assigned to: joerg_wunsch
Originator Email: address@hidden
Status: Open
Summary: vfscanf fails to properly process multiple floating point numbers.
Original Submission: Hi,
In the vfcsanf function the array fltchars location 10 and 12 are set to zero
to prevent multiple occurrences of the 'e' and '.' characters in the floating
point conversion case statement. Unfortunately the array is not restored for
the next value.
Thanks
Brent
Follow-up Comments
------------------
-------------------------------------------------------
Date: Thu 08/19/04 at 21:37 By: 0 <None>
Here is the patch.
Brent
File Attachments
-------------------
-------------------------------------------------------
Date: Thu 08/19/04 at 21:37 Name: patch Size: 656B By: None
http://savannah.nongnu.org/bugs/download.php?item_id=10068&item_file_id=1589
For detailed info, follow this link:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=10068>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [avr-libc-dev] [bugs #10068] vfscanf fails to properly process multiple floating point numbers.,
Joerg Wunsch <=