Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
A
ajson
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ajson
Commits
bca6d13c
Commit
bca6d13c
authored
Apr 20, 2020
by
zhaoyunfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
support build on android
parent
1b2758c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ajson.hpp
ajson.hpp
+2
-1
No files found.
ajson.hpp
View file @
bca6d13c
...
...
@@ -1451,7 +1451,8 @@ namespace ajson
#ifdef _MSC_VER
_gcvt_s
(
buffer
,
63
,
val
,
8
);
#else
gcvt
(
val
,
62
,
buffer
);
sprintf
(
buffer
,
"%.8f"
,
val
);
// gcvt(val, 62, buffer);
#endif // MSVC
size_t
len
=
std
::
strlen
(
buffer
);
if
(
buffer
[
len
-
1
]
==
'.'
)
...
...
Write
Preview
Markdown
is supported
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