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