Skip to content

Commit

Permalink
Revert previous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Antares0982 committed Dec 20, 2024
1 parent 6ab2d28 commit d9219dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/decode/decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,8 @@ force_inline PyObject* read_string(u8 **ptr, u8 *write_buffer, bool is_key) {
*dst++ = (u8)to_write;
// move src and load
src += 2;
break;
// still ascii, no need goto
uni = byte_load_4(src);
}
// code point: [U+0080, U+07FF], latin1 or ucs2
// byte_copy_2(dst, &uni);
Expand Down

0 comments on commit d9219dc

Please sign in to comment.