[Groonga-commit] groonga/groonga at 7117940 [master] Use meaningful name

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Oct 4 11:10:45 JST 2013


Kouhei Sutou	2013-10-04 11:10:45 +0900 (Fri, 04 Oct 2013)

  New Revision: 71179407a094453ae7e26d25abb0ef735c252146
  https://github.com/groonga/groonga/commit/71179407a094453ae7e26d25abb0ef735c252146

  Message:
    Use meaningful name

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+2 -2)
===================================================================
--- lib/expr.c    2013-10-04 11:10:21 +0900 (1939e0c)
+++ lib/expr.c    2013-10-04 11:10:45 +0900 (08f2fb3)
@@ -3944,7 +3944,7 @@ get_weight(grn_ctx *ctx, grn_expr_code *ec)
 }
 
 scan_info *
-grn_scan_info_open(grn_ctx *ctx, int st)
+grn_scan_info_open(grn_ctx *ctx, int start)
 {
   scan_info *si = GRN_MALLOCN(scan_info, 1);
   if (si) {
@@ -3953,7 +3953,7 @@ grn_scan_info_open(grn_ctx *ctx, int st)
     si->logical_op = GRN_OP_OR;
     si->flags = SCAN_PUSH;
     si->nargs = 0;
-    si->start = st;
+    si->start = start;
   }
   return si;
 }
-------------- next part --------------
HTML����������������������������...
Download 



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