VirtualBox

Changeset 38428 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 12, 2011 10:21:10 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73472
Message:

Main-CloneVM: wrong order

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImplCloneVM.cpp

    r38420 r38428  
    412412        MEDIUMTASKCHAIN &mtc = llMedias.at(i);
    413413        for (size_t a = mtc.chain.size(); a > 0; --a)
    414             mtc.chain[a - 1].uIdx = ++uIdx;
     414            mtc.chain[a - 1].uIdx = uIdx++;
    415415    }
    416416#ifdef DEBUG_poetzsch
     
    548548        MEDIUMTASKCHAIN &mtc = llMedias.at(i);
    549549        for (size_t a = mtc.chain.size(); a > 0; --a)
    550             mtc.chain[a - 1].uIdx = ++uIdx;
     550            mtc.chain[a - 1].uIdx = uIdx++;
    551551    }
    552552
Note: See TracChangeset for help on using the changeset viewer.

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