mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-06 12:46:37 +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");
|
||||
break;
|
||||
default:
|
||||
sprintf(cout, "%c", ch);
|
||||
sprintf(cout, "%c", (int)ch);
|
||||
break;
|
||||
}
|
||||
} else if(ch <= 0xFFFF) {
|
||||
|
|
Loading…
Add table
Reference in a new issue