[
https://issues.apache.org/jira/browse/MYNEWT-735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15975857#comment-15975857
]
ASF subversion and git services commented on MYNEWT-735:
--------------------------------------------------------
Commit b83face5dfb740328c79081424fd2abdd9ca8d1d in incubator-mynewt-core's
branch refs/heads/master from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=b83face
]
MYNEWT-735 tinyprintf: negative field width spec.
>From the printf(3) man page on my OS X:
`-' 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.
> 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)