susumu.yata
null+****@clear*****
Wed Sep 2 16:46:22 JST 2015
susumu.yata 2015-09-02 16:46:22 +0900 (Wed, 02 Sep 2015) New Revision: 5e6522d15c5728919b0c5f27b23ba60309512e05 https://github.com/groonga/groonga/commit/5e6522d15c5728919b0c5f27b23ba60309512e05 Message: grn_ts: fix typos Modified files: lib/ts.c Modified: lib/ts.c (+1 -1) =================================================================== --- lib/ts.c 2015-09-02 16:39:38 +0900 (3996253) +++ lib/ts.c 2015-09-02 16:46:22 +0900 (884baae) @@ -356,7 +356,7 @@ grn_ts_table_get_key(grn_ctx *ctx, grn_obj *table, grn_id id, return grn_pat_get_key(ctx, (grn_pat *)table, id, buf, buf_size); } case GRN_TABLE_DAT_KEY: { - return grn_dat_get_key(ctx, (grn_pat *)table, id, buf, buf_size); + return grn_dat_get_key(ctx, (grn_dat *)table, id, buf, buf_size); } /* GRN_TABLE_NO_KEY does not support _key. */ default: { -------------- next part -------------- HTML����������������������������...Download