[Groonga-commit] groonga/groonga at 9a2ff15 [master] Fix a typo...

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 3 15:27:14 JST 2014


Kouhei Sutou	2014-11-03 15:27:14 +0900 (Mon, 03 Nov 2014)

  New Revision: 9a2ff159c1f47fdb01c0af12c2e41318516c4f82
  https://github.com/groonga/groonga/commit/9a2ff159c1f47fdb01c0af12c2e41318516c4f82

  Message:
    Fix a typo...

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+1 -1)
===================================================================
--- lib/expr.c    2014-11-03 15:27:05 +0900 (d66a6ec)
+++ lib/expr.c    2014-11-03 15:27:14 +0900 (93813dc)
@@ -4726,7 +4726,7 @@ grn_p_scan_info_list(grn_ctx *ctx, scan_info **sis, int n)
 {
   grn_obj inspected;
   GRN_TEXT_INIT(&inspected, 0);
-  grn_inspect_scan_info_lsit(ctx, &inspected, sis, n);
+  grn_inspect_scan_info_list(ctx, &inspected, sis, n);
   printf("%.*s\n",
          (int)GRN_TEXT_LEN(&inspected),
          GRN_TEXT_VALUE(&inspected));
-------------- next part --------------
HTML����������������������������...
Download 



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