[Groonga-commit] groonga/groonga at 97eec5a [master] Add missing GRN_ prefix

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Sat May 21 15:41:42 JST 2016


Kouhei Sutou	2016-05-21 15:41:42 +0900 (Sat, 21 May 2016)

  New Revision: 97eec5a389000e6893cad9ecc20c54e775320de4
  https://github.com/groonga/groonga/commit/97eec5a389000e6893cad9ecc20c54e775320de4

  Message:
    Add missing GRN_ prefix

  Modified files:
    lib/proc/proc_select.c

  Modified: lib/proc/proc_select.c (+1 -1)
===================================================================
--- lib/proc/proc_select.c    2016-05-21 15:40:46 +0900 (df9e23d)
+++ lib/proc/proc_select.c    2016-05-21 15:41:42 +0900 (bc5f663)
@@ -1084,7 +1084,7 @@ grn_select_filter(grn_ctx *ctx,
 
   if (data->query.length == 0 && data->filter.length == 0) {
     data->tables.result = data->tables.initial;
-    return TRUE;
+    return GRN_TRUE;
   }
 
   GRN_EXPR_CREATE_FOR_QUERY(ctx,
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index