[Groonga-commit] groonga/groonga at af21703 [master] Fix a typo

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Jun 22 09:07:07 JST 2018


Kouhei Sutou	2018-06-22 09:07:07 +0900 (Fri, 22 Jun 2018)

  New Revision: af2170351e6624d6475bc57af7e489534a53eea8
  https://github.com/groonga/groonga/commit/af2170351e6624d6475bc57af7e489534a53eea8

  Message:
    Fix a typo

  Modified files:
    lib/encoding.c

  Modified: lib/encoding.c (+1 -1)
===================================================================
--- lib/encoding.c    2018-06-21 16:55:21 +0900 (e3d040928)
+++ lib/encoding.c    2018-06-22 09:07:07 +0900 (6f85d1fce)
@@ -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,
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180622/985c99af/attachment.htm 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る