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

アーカイブの一覧に戻る

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


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

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

  Message:
    Fix a typo

  Modified files:
    lib/mrb/mrb_locale_output.c

  Modified: lib/mrb/mrb_locale_output.c (+1 -1)
===================================================================
--- lib/mrb/mrb_locale_output.c    2018-06-22 09:07:39 +0900 (f25e5b60e)
+++ lib/mrb/mrb_locale_output.c    2018-06-22 09:57:34 +0900 (c6db9cd5e)
@@ -51,7 +51,7 @@ mrb_grn_locale_output_write(mrb_state *mrb, mrb_value self)
 
   mrb_get_args(mrb, "s", &utf8_message, &utf8_message_size);
   locale_message =
-    grn_encoding_convert_to_utf8_from_locale(ctx,
+    grn_encoding_convert_to_locale_from_utf8(ctx,
                                              utf8_message,
                                              utf8_message_size,
                                              &locale_message_size);
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180622/e1dd5f4a/attachment.htm 



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