Commit a83e79b1 authored by antirez's avatar antirez
Browse files

Use mstime_t as return value of mstime().

parent 02b1d521
...@@ -398,7 +398,7 @@ long long ustime(void) { ...@@ -398,7 +398,7 @@ long long ustime(void) {
} }
/* Return the UNIX time in milliseconds */ /* Return the UNIX time in milliseconds */
long long mstime(void) { mstime_t mstime(void) {
return ustime()/1000; return ustime()/1000;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment