Kouhei Sutou
null+****@clear*****
Tue Feb 14 19:55:59 JST 2017
Kouhei Sutou 2017-02-14 19:55:59 +0900 (Tue, 14 Feb 2017) New Revision: 30a08106f1575d34f5495f99376f369c879fdbb8 https://github.com/groonga/groonga/commit/30a08106f1575d34f5495f99376f369c879fdbb8 Message: Add a TODO comment Modified files: lib/str.c Modified: lib/str.c (+2 -0) =================================================================== --- lib/str.c 2017-02-14 19:51:05 +0900 (09d0a2b) +++ lib/str.c 2017-02-14 19:55:59 +0900 (bc61099) @@ -2880,6 +2880,8 @@ grn_text_otoj(grn_ctx *ctx, grn_obj *bulk, grn_obj *obj, grn_obj_format *format) } GRN_TEXT_PUTS(ctx, bulk, "}"); } else { + /* TODO: Does we still need this code? If we don't need this, we should + remove this. */ int i, j; grn_id *v = (grn_id *)GRN_BULK_HEAD(obj), *ve = (grn_id *)GRN_BULK_CURR(obj); int ncolumns = GRN_BULK_VSIZE(&format->columns) / sizeof(grn_obj *); -------------- next part -------------- HTML����������������������������...Download