mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-06 20:56:38 +02:00
Merge branch 'master' of github.com:ashinn/chibi-scheme
This commit is contained in:
commit
ca52b2ff97
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ sexp unparse_json_string(sexp ctx, sexp self, const sexp obj) {
|
||||||
sprintf(cout, "\\t");
|
sprintf(cout, "\\t");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
sprintf(cout, "%c", ch);
|
sprintf(cout, "%c", (int)ch);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else if(ch <= 0xFFFF) {
|
} else if(ch <= 0xFFFF) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue