This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
try restore windows automated builds
tags/json-c-0.13-20171207
Stoian Ivanov
9 years ago
parent
a26305d428
commit
be63ba99ca
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
json_object.c
+ 1
- 1
json_object.c
View File
@@ -741,7 +741,7 @@ int json_object_double_to_json_string(struct json_object* jso,
int flags)
int flags)
{
{
return json_object_double_to_json_string_format(jso, pb, level, flags,
return json_object_double_to_json_string_format(jso, pb, level, flags,
jso->_userdata);
(const char *)
jso->_userdata);
}
}
struct json_object* json_object_new_double(double d)
struct json_object* json_object_new_double(double d)
Write
Preview
Loading…
Cancel
Save