Merge pull request #5521 from michael-grunder/mstime-32bit-fix

Use typedef'd mstime_t instead of time_t
This commit is contained in:
Salvatore Sanfilippo 2018-11-04 00:25:11 +01:00 committed by GitHub
commit d790e2db2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2155,7 +2155,7 @@ void xclaimCommand(client *c) {
/* If we stopped because some IDs cannot be parsed, perhaps they
* are trailing options. */
time_t now = mstime();
mstime_t now = mstime();
streamID last_id = {0,0};
int propagate_last_id = 0;
for (; j < c->argc; j++) {