Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 22, 2018
1 parent f8b1916 commit af21703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/encoding.c
Expand Up @@ -90,7 +90,7 @@ grn_encoding_convert(grn_ctx *ctx,
goto exit;
}

converted_string = GRN_MALLOCN(char, *converted_string_size + 1);
converted_string = GRN_MALLOCN(char, converted_string_size_ + 1);
converted_string_size_ = WideCharToMultiByte(to_code_page,
0,
utf16_string,
Expand Down

0 comments on commit af21703

Please sign in to comment.