[ 
https://issues.apache.org/jira/browse/MYNEWT-735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher Collins updated MYNEWT-735:
---------------------------------------
    Description: 
>From the printf(3) man page on my OS X:

{noformat}
         `-'          A negative field width flag; the converted value is to
                      be left adjusted on the field boundary.  Except for n
                      conversions, the converted value is padded on the right
                      with blanks, rather than on the left with blanks or
                      zeros.  A - overrides a 0 if both are given.
{noformat}

  was:
>From the printf(3) man page on my OS X:

{quote}
         `-'          A negative field width flag; the converted value is to
                      be left adjusted on the field boundary.  Except for n
                      conversions, the converted value is padded on the right
                      with blanks, rather than on the left with blanks or
                      zeros.  A - overrides a 0 if both are given.
{quote}


> tinyprintf: Support for negative field width specifier (left-align)
> -------------------------------------------------------------------
>
>                 Key: MYNEWT-735
>                 URL: https://issues.apache.org/jira/browse/MYNEWT-735
>             Project: Mynewt
>          Issue Type: Bug
>            Reporter: Christopher Collins
>            Assignee: Christopher Collins
>             Fix For: v1_1_0_rel
>
>
> From the printf(3) man page on my OS X:
> {noformat}
>          `-'          A negative field width flag; the converted value is to
>                       be left adjusted on the field boundary.  Except for n
>                       conversions, the converted value is padded on the right
>                       with blanks, rather than on the left with blanks or
>                       zeros.  A - overrides a 0 if both are given.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to