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

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 2 22:36:01 JST 2014


Kouhei Sutou	2014-10-02 22:36:01 +0900 (Thu, 02 Oct 2014)

  New Revision: b4e05426833b4385f7cd7e9e500b5a865d112de8
  https://github.com/groonga/groonga/commit/b4e05426833b4385f7cd7e9e500b5a865d112de8

  Merged fec9865: Merge pull request #209 from groonga/support-token-filters

  Message:
    Fix a typo
    
        grn_obj_set_info_source
        grn_obj_set_info_token_filters
                         ^^^^^^^^^^^^^

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2014-10-01 21:51:13 +0900 (2b4b42d)
+++ lib/db.c    2014-10-02 22:36:01 +0900 (9c01f67)
@@ -6938,7 +6938,7 @@ grn_obj_set_info(grn_ctx *ctx, grn_obj *obj, grn_info_type type, grn_obj *value)
     }
     break;
   case GRN_INFO_TOKEN_FILTERS :
-    rc = grn_obj_set_info_source(ctx, obj, value);
+    rc = grn_obj_set_info_token_filters(ctx, obj, value);
     break;
   default :
     /* todo */
-------------- next part --------------
HTML����������������������������...
Download 



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