[Groonga-commit] groonga/groonga [master] non -> not

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 18 23:58:52 JST 2013


Kouhei Sutou	2013-02-18 23:58:52 +0900 (Mon, 18 Feb 2013)

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

  Log:
    non -> not

  Modified files:
    lib/geo.c

  Modified: lib/geo.c (+3 -3)
===================================================================
--- lib/geo.c    2013-02-18 23:58:27 +0900 (02816ba)
+++ lib/geo.c    2013-02-18 23:58:52 +0900 (673f41d)
@@ -614,7 +614,7 @@ grn_geo_table_sort_by_distance(grn_ctx *ctx,
     int n, diff_bit;
     double d_far;
     geo_entry *ep;
-    grn_bool need_non_indexed_entries;
+    grn_bool need_not_indexed_entries;
     grn_hash *indexed_entries = NULL;
 
     n = grn_geo_table_sort_detect_far_point(ctx, table, index, pat,
@@ -626,8 +626,8 @@ grn_geo_table_sort_by_distance(grn_ctx *ctx,
                                             entries, n, e, accessorp,
                                             base_point, d_far, diff_bit);
     }
-    need_non_indexed_entries = offset + limit > n;
-    if (need_non_indexed_entries) {
+    need_not_indexed_entries = offset + limit > n;
+    if (need_not_indexed_entries) {
       indexed_entries = grn_hash_create(ctx, NULL, sizeof(grn_id), 0,
                                         GRN_OBJ_TABLE_HASH_KEY|GRN_HASH_TINY);
     }
-------------- next part --------------
HTML����������������������������...
Download 



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