Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
d790e2db
Unverified
Commit
d790e2db
authored
Nov 04, 2018
by
Salvatore Sanfilippo
Committed by
GitHub
Nov 04, 2018
Browse files
Merge pull request #5521 from michael-grunder/mstime-32bit-fix
Use typedef'd mstime_t instead of time_t
parents
edce5150
5fa41e0c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/t_stream.c
View file @
d790e2db
...
@@ -2155,7 +2155,7 @@ void xclaimCommand(client *c) {
...
@@ -2155,7 +2155,7 @@ void xclaimCommand(client *c) {
/* If we stopped because some IDs cannot be parsed, perhaps they
/* If we stopped because some IDs cannot be parsed, perhaps they
* are trailing options. */
* are trailing options. */
time_t
now
=
mstime
();
ms
time_t
now
=
mstime
();
streamID
last_id
=
{
0
,
0
};
streamID
last_id
=
{
0
,
0
};
int
propagate_last_id
=
0
;
int
propagate_last_id
=
0
;
for
(;
j
<
c
->
argc
;
j
++
)
{
for
(;
j
<
c
->
argc
;
j
++
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment