VirtualBox

Changeset 5279 in vbox for trunk


Ignore:
Timestamp:
Oct 12, 2007 7:38:47 PM (17 years ago)
Author:
vboxsync
Message:

Cap the VDI progress at 99% letting the main code do the final %.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HardDiskImpl.cpp

    r5278 r5279  
    8484     * is used for additional operations like setting the UUIDs and similar. */
    8585    if (progress)
    86         progress->notifyProgress (RT_MIN(uPercent, 99));
     86        progress->notifyProgress (RT_MIN (uPercent, 99));
    8787
    8888    return VINF_SUCCESS;
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