VirtualBox

Changeset 33413 in vbox for trunk


Ignore:
Timestamp:
Oct 25, 2010 11:38:40 AM (14 years ago)
Author:
vboxsync
Message:

Guest Copy/VBoxManage+Main: Index bugfixes.

File:
1 edited

Legend:

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

    r33411 r33413  
    11061106                {
    11071107                    PDIRECTORYENTRY pNode;
    1108                     uint32_t uCurObject = 0;
     1108                    uint32_t uCurObject = 1;
    11091109                    RTListForEach(&listToCopy, pNode, DIRECTORYENTRY, Node)
    11101110                    {
    11111111                        if (fVerbose)
    1112                             RTPrintf("Copying \"%s\" (%u/%u) ...\n",
    1113                                      pNode->pszPath, uCurObject + 1, cObjects + 1);
     1112                            RTPrintf("Copying \"%s\" (%u of %u) ...\n",
     1113                                     pNode->pszPath, uCurObject, cObjects);
    11141114                        vrc = ctrlCopyFile(guest, pNode->pszPath, Utf8Dest.c_str(),
    11151115                                           Utf8UserName.c_str(), Utf8Password.c_str(), uFlags);
    11161116                        if (RT_FAILURE(vrc))
    11171117                            break;
     1118                        uCurObject++;
    11181119                    }
    11191120                    if (RT_SUCCESS(vrc) && fVerbose)
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