mirror of
https://github.com/curl/curl.git
synced 2026-07-31 14:08:04 +03:00
timeval: move an exception inline
This commit is contained in:
parent
7611b2ccf3
commit
5013ecac4a
2 changed files with 2 additions and 2 deletions
|
|
@ -172,7 +172,7 @@ struct curltime curlx_now(void)
|
|||
(void) mach_timebase_info(&timebase);
|
||||
|
||||
usecs = mach_absolute_time();
|
||||
usecs *= timebase.numer;
|
||||
usecs *= timebase.numer; /* spellchecker:disable-line */
|
||||
usecs /= timebase.denom;
|
||||
usecs /= 1000;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue