提交 3f77777f 编写于 作者: D dejun.xdj 提交者: antirez

Change the type of repeat argument to long for function cliSendCommand.

To be in consistent with the original definition.
上级 7a565d72
......@@ -917,7 +917,7 @@ static int cliReadReply(int output_raw_strings) {
return REDIS_OK;
}
static int cliSendCommand(int argc, char **argv, int repeat) {
static int cliSendCommand(int argc, char **argv, long repeat) {
char *command = argv[0];
size_t *argvlen;
int j, output_raw;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册