mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
Use mstime_t as return value of mstime().
This commit is contained in:
parent
02b1d5213d
commit
a83e79b176
@ -398,7 +398,7 @@ long long ustime(void) {
|
||||
}
|
||||
|
||||
/* Return the UNIX time in milliseconds */
|
||||
long long mstime(void) {
|
||||
mstime_t mstime(void) {
|
||||
return ustime()/1000;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user