summaryrefslogtreecommitdiff
path: root/xs_json.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-20 07:21:47 +0200
committerdefault <nobody@localhost>2022-09-20 07:21:47 +0200
commit0b69c9abe1465c49371b9192262c44aefecbe190 (patch)
tree11c7746079c8e32fd68fe289dd8ad1ed0165a267 /xs_json.h
parentb97f4c7a90125812b6d17d5b9f2450708e53a4ba (diff)
Added support for bigger codepoints in xs_utf8_enc().
Diffstat (limited to 'xs_json.h')
-rw-r--r--xs_json.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xs_json.h b/xs_json.h
index 75a4e4d..53b1d20 100644
--- a/xs_json.h
+++ b/xs_json.h
@@ -244,7 +244,6 @@ d_char *_xs_json_loads_lexer(const char **json, js_type *t)
s += 3;
tmp[4] = '\0';
- xs_debug();
sscanf(tmp, "%04x", &i);
if (i >= 0xd800 && i <= 0xdfff) {