VirtualBox

Ignore:
Timestamp:
May 14, 2024 11:21:57 AM (7 months ago)
Author:
vboxsync
Message:

ValidationKit/VKAT: Fixed issues / nits. bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp

    r103570 r104622  
    605605                uint64_t const cNsElapsed = nsNow - nsStarted;
    606606                if (cNsWritten > cNsElapsed + RT_NS_10MS)
    607                     RTThreadSleep((cNsWritten - cNsElapsed - RT_NS_10MS / 2) / RT_NS_1MS);
     607                    RTThreadSleep(uint32_t(cNsWritten - cNsElapsed - RT_NS_10MS / 2) / RT_NS_1MS);
    608608            }
    609609
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette