VirtualBox

Ignore:
Timestamp:
Mar 25, 2009 6:08:04 PM (16 years ago)
Author:
vboxsync
Message:

fix windows burn

File:
1 edited

Legend:

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

    r18180 r18270  
    561561{
    562562    BOOL fCompleted;
    563     LONG currentPercent;
    564     LONG lastPercent = 0;
     563    ULONG currentPercent;
     564    ULONG lastPercent = 0;
    565565
    566566    RTPrintf("0%%...");
     
    574574        {
    575575            /* make sure to also print out missed steps */
    576             for (LONG curVal = (lastPercent / 10) * 10 + 10; curVal <= (currentPercent / 10) * 10; curVal += 10)
     576            for (ULONG curVal = (lastPercent / 10) * 10 + 10; curVal <= (currentPercent / 10) * 10; curVal += 10)
    577577            {
    578578                if (curVal < 100)
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