VirtualBox

Changeset 107432 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jan 6, 2025 5:32:41 PM (13 days ago)
Author:
vboxsync
Message:

Runtime/common/fs/isovfs.cpp: Fixed a warning found by Parfait. ​jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/isovfs.cpp

    r107431 r107432  
    22412241            rc = RTThreadSleep(cMillies);
    22422242        while (   rc == VERR_INTERRUPTED
    2243                && !fIntr
    22442243               && RTTimeMilliTS() - uMsStart < cMillies);
    22452244        if (rc == VERR_INTERRUPTED)
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