This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
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
Fixing typo
pull/124/head
phalcon
11 years ago
parent
4d2f9a56a4
commit
b442db1950
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
json_tokener.c
+ 1
- 1
json_tokener.c
View File
@@ -511,7 +511,7 @@ struct json_object* json_tokener_parse_ex(struct json_tokener *tok,
state = saved_state;
break;
case 'u':
tok->ucs_char = 0;
s
tok->ucs_char = 0;
tok->st_pos = 0;
state = json_tokener_state_escape_unicode;
break;
Write
Preview
Loading…
Cancel
Save