mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Fix Linux compile issue.
This commit is contained in:
parent
57a3d8bfde
commit
afdf3cbb8c
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ unsigned int CStopWatch::elapsed()
|
|||
elapsed += now.tv_usec / 1000U;
|
||||
elapsed -= m_start.tv_usec / 1000U;
|
||||
|
||||
return (unsigned int)(b - a);
|
||||
return elapsed;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue