VirtualBox

Changeset 47926 in vbox


Ignore:
Timestamp:
Aug 20, 2013 2:47:44 PM (11 years ago)
Author:
vboxsync
Message:

VBoxManage: type mismatch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r47874 r47926  
    815815        return RT_INDEFINITE_WAIT;
    816816
    817     uint32_t u64ElapsedMs = RTTimeMilliTS() - u64StartMs;
     817    uint64_t u64ElapsedMs = RTTimeMilliTS() - u64StartMs;
    818818    if (u64ElapsedMs >= cMsTimeout)
    819819        return 0;
    820820
    821     return cMsTimeout - u64ElapsedMs;
     821    return cMsTimeout - (RTMSINTERVAL)u64ElapsedMs;
    822822}
    823823
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