Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
e3737b85
Commit
e3737b85
authored
Jul 17, 2014
by
Paul Sokolovsky
Browse files
formatfloat.c: Typo fix in comment.
parent
a4022c92
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/formatfloat.c
View file @
e3737b85
...
...
@@ -75,7 +75,7 @@ int format_float(float f, char *buf, size_t buf_size, char fmt, int prec, char s
if
(
buf_size
<
7
)
{
// Smallest exp notion is -9e+99 which is 6 chars plus terminating
// null
l
.
// null.
if
(
buf_size
>=
2
)
{
*
s
++
=
'?'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment