Naoya Murakami
null+****@clear*****
Mon Dec 25 22:39:37 JST 2017
Naoya Murakami 2017-12-25 22:39:37 +0900 (Mon, 25 Dec 2017) New Revision: eda6e155feab45c5a0d8b210b50c3dd8a394c34e https://github.com/groonga/groonga/commit/eda6e155feab45c5a0d8b210b50c3dd8a394c34e Merged 2ee9991: Merge pull request #793 from naoa/fix-wrong-message Message: index_column_source_records: fix wrong error message Modified files: plugins/functions/index_column.c Modified: plugins/functions/index_column.c (+1 -1) =================================================================== --- plugins/functions/index_column.c 2017-12-25 22:23:56 +0900 (e533d0c5d) +++ plugins/functions/index_column.c 2017-12-25 22:39:37 +0900 (e14553c0e) @@ -324,7 +324,7 @@ func_index_column_source_records(grn_ctx *ctx, grn_inspect(ctx, &inspected, options); GRN_PLUGIN_ERROR(ctx, GRN_INVALID_ARGUMENT, "index_column_source_records(): " - "2nd argument must be string or object literal: <%.*s>", + "2nd argument must be object literal: <%.*s>", (int)GRN_TEXT_LEN(&inspected), GRN_TEXT_VALUE(&inspected)); GRN_OBJ_FIN(ctx, &inspected); -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171225/9df77b2a/attachment.htm