VirtualBox

Changeset 107745 in vbox


Ignore:
Timestamp:
Jan 14, 2025 10:11:28 AM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166855
Message:

src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp: Fixed warnings found by Parfait (unused assignment) [build fix]. jiraref:VBP-1424

File:
1 edited

Legend:

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

    r107741 r107745  
    11481148            if (details != VMINFO_MACHINEREADABLE)
    11491149            {
    1150                 Bstr settingsFilePath;
     1150                Bstr settingsFilePath("<Error>");
    11511151                CHECK_ERROR(machine, COMGETTER(SettingsFilePath)(settingsFilePath.asOutParam()));
    1152                 RTPrintf(Info::tr("Config file:     %ls\n"), SUCCEEDED(hrc) ? settingsFilePath.raw() : L"<Error>");
     1152                RTPrintf(Info::tr("Config file:     %ls\n"), settingsFilePath.raw());
    11531153
    11541154                Bstr strCipher;
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