Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:26:48 JST 2012
Kouhei Sutou 2011-07-11 16:47:07 +0900 (Mon, 11 Jul 2011) New Revision: 6d3cde94a3862d8a8fb34e33ce6edaa46c89ebe9 https://github.com/mroonga/mroonga/commit/6d3cde94a3862d8a8fb34e33ce6edaa46c89ebe9 Log: add a missing space after ",". Modified files: ha_mroonga.cc Modified: ha_mroonga.cc (+2 -2) =================================================================== --- ha_mroonga.cc 2011-07-11 16:45:06 +0900 (b5483aa) +++ ha_mroonga.cc 2011-07-11 16:47:07 +0900 (7fc0d42) @@ -722,8 +722,8 @@ static int mrn_init(void *p) grn_ctx_use(ctx, mrn_db); // init hash - if (!(mrn_hash = grn_hash_create(ctx,NULL, - MRN_MAX_KEY_SIZE,sizeof(size_t), + if (!(mrn_hash = grn_hash_create(ctx, NULL, + MRN_MAX_KEY_SIZE, sizeof(size_t), GRN_OBJ_KEY_VAR_SIZE))) { GRN_LOG(ctx, GRN_LOG_ERROR, "cannot init hash, exiting"); goto err; -------------- next part -------------- HTML����������������������������...다운로드