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
Update test_deep_copy.c
pull/383/head
ssrlive
GitHub
7 years ago
parent
b0f8c84d3e
commit
90d7259ee9
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/test_deep_copy.c
+ 1
- 1
tests/test_deep_copy.c
View File
@@ -85,7 +85,7 @@ int my_custom_serializer(struct json_object *jso, struct printbuf *pb, int level
return 0;
return 0;
}
}
json_c_shallow_copy_fn my_shallow_copy;
//
json_c_shallow_copy_fn my_shallow_copy;
int my_shallow_copy(json_object *src, json_object *parent, const char *key, size_t index, json_object **dst)
int my_shallow_copy(json_object *src, json_object *parent, const char *key, size_t index, json_object **dst)
{
{
int rc;
int rc;
Write
Preview
Loading…
Cancel
Save