Skip to content

Commit f309a48

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents c7d0016 + 5635140 commit f309a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recode_cpp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ convert_via_utf16(Decoder* decoder, Encoder* encoder, FILE* read, FILE* write,
128128
bool last)
129129
{
130130
uint8_t input_buffer[INPUT_BUFFER_SIZE];
131-
uint16_t intermediate_buffer[UTF16_INTERMEDIATE_BUFFER_SIZE];
131+
char16_t intermediate_buffer[UTF16_INTERMEDIATE_BUFFER_SIZE];
132132
uint8_t output_buffer[OUTPUT_BUFFER_SIZE];
133133

134134
bool current_input_ended = false;

0 commit comments

Comments
 (0)