mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
Change the type of repeat argument to long for function cliSendCommand.
To be in consistent with the original definition.
This commit is contained in:
parent
b2762f1ff2
commit
cc7ffdfdf2
@ -917,7 +917,7 @@ static int cliReadReply(int output_raw_strings) {
|
|||||||
return REDIS_OK;
|
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];
|
char *command = argv[0];
|
||||||
size_t *argvlen;
|
size_t *argvlen;
|
||||||
int j, output_raw;
|
int j, output_raw;
|
||||||
|
Loading…
Reference in New Issue
Block a user