Skip to content

Commit

Permalink
fixed(?). infinite loop in "load command"
Browse files Browse the repository at this point in the history
  • Loading branch information
t2001 committed Feb 2, 2010
1 parent d5c8326 commit 1a17bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/grntest.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ do_load_command(grn_ctx *ctx, char *command, int type, int task_id,
break;
} else {
ret = 0;
break;
}
} while ((flags & GRN_CTX_MORE));

Expand Down

0 comments on commit 1a17bdc

Please sign in to comment.