[uClibc 0001034]: *printf Functions dont handle position argument correctly
bugs at busybox.net
bugs at busybox.net
Tue Sep 19 15:21:59 UTC 2006
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=1034
======================================================================
Reported By: GJanak
Assigned To: uClibc
======================================================================
Project: uClibc
Issue ID: 1034
Category: Stdio
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 09-19-2006 08:21 PDT
Last Modified: 09-19-2006 08:21 PDT
======================================================================
Summary: *printf Functions dont handle position argument
correctly
Description:
The *printf Functions dont handle the Position arguments like 1$ 2$
correctly.
%d with 1 works
%*d with 1,2 works
%1$d with 1,2 works "1"
%2$d with 1,2 dont work: "0"
%1$d %2$d with 1,2 : works "1 2"
but
%1$f with 1,2f gives "2"
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
09-19-06 08:21 GJanak New Issue
09-19-06 08:21 GJanak Status new => assigned
09-19-06 08:21 GJanak Assigned To => uClibc
======================================================================
More information about the uClibc-cvs
mailing list