mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
typo
svn path=/trunk/timing/; revision=5492
This commit is contained in:
parent
2bfba7c60a
commit
ff15b29177
@ -42,7 +42,7 @@ uint64_t timing_get_time(void)
|
|||||||
struct timeb t;
|
struct timeb t;
|
||||||
|
|
||||||
ftime(&t);
|
ftime(&t);
|
||||||
return t.time * 1000 + t.millitm)
|
return t.time * 1000 + t.millitm;
|
||||||
#else
|
#else
|
||||||
return timeGetTime();
|
return timeGetTime();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user