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

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 28 11:36:03 JST 2015


Kouhei Sutou	2015-04-28 11:36:03 +0900 (Tue, 28 Apr 2015)

  New Revision: 1662b7b32d30697a04c2edb9c7f9c540330e4f39
  https://github.com/groonga/groonga/commit/1662b7b32d30697a04c2edb9c7f9c540330e4f39

  Message:
    Fix a typo

  Modified files:
    lib/mrb/mrb_converter.c

  Modified: lib/mrb/mrb_converter.c (+1 -1)
===================================================================
--- lib/mrb/mrb_converter.c    2015-04-28 11:14:44 +0900 (685cb2f)
+++ lib/mrb/mrb_converter.c    2015-04-28 11:36:03 +0900 (e4c3ace)
@@ -127,7 +127,7 @@ grn_mrb_value_to_raw_data(mrb_state *mrb,
     domain_name_size = grn_obj_name(ctx, domain, domain_name,
                                     GRN_TABLE_MAX_KEY_SIZE);
     mrb_raisef(mrb, E_ARGUMENT_ERROR,
-               "%s: failed to convert to %S: %S",
+               "%S: failed to convert to %S: %S",
                mrb_str_new_static(mrb, context, strlen(context)),
                mrb_str_new_static(mrb, domain_name, domain_name_size),
                mrb_value_);
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index