VirtualBox

Ignore:
Timestamp:
Jan 6, 2025 5:34:54 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166485
Message:

VBoxManage/VBoxManageGuestCtrl.cpp: Fixed a warning found by Parfait. ​jiraref:VBP-1424

File:
1 edited

Legend:

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

    r107344 r107433  
    18041804        if (fNoReplace) /* Do not overwrite files. */
    18051805            strCopyFlags += "NoReplace,";
    1806         else if (!fNoReplace && fIsDir)
     1806        else if (fIsDir)
    18071807            strCopyFlags += "CopyIntoExisting,"; /* Only copy into existing directories if "--no-replace" isn't specified. */
    18081808       aCopyFlags.push_back(Bstr(strCopyFlags).raw());
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