[Groonga-commit] groonga/groonga [master] table: fix a typo.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 15日 (金) 17:40:30 JST


Daijiro MORI	2012-06-15 17:40:30 +0900 (Fri, 15 Jun 2012)

  New Revision: 0117bbc627d94d65e00a637401f45af3284a8519

  Log:
    table: fix a typo.

  Modified files:
    plugins/table/table.c

  Modified: plugins/table/table.c (+1 -1)
===================================================================
--- plugins/table/table.c    2012-06-15 17:39:54 +0900 (f6bb508)
+++ plugins/table/table.c    2012-06-15 17:40:30 +0900 (fc53d0f)
@@ -381,7 +381,7 @@ command_push(grn_ctx *ctx, int nargs, grn_obj **args, grn_user_data *user_data)
                     NULL, 0,
                     GRN_TEXT_VALUE(VAR(1)), GRN_TEXT_LEN(VAR(1)),
                     NULL, 0, NULL, 0, 0);
-          if (grn_table_queue_size == queue->cap) {
+          if (grn_table_queue_size(queue) == queue->cap) {
             grn_table_queue_tail_increment(queue);
           }
           grn_table_queue_head_increment(queue);




Groonga-commit メーリングリストの案内
Back to archive index