Use mstime_t as return value of mstime().
This commit is contained in:
parent
cf7b70e5d2
commit
5dfb7f6632
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user