VirtualBox

Changeset 75927 in vbox


Ignore:
Timestamp:
Dec 3, 2018 9:55:52 PM (6 years ago)
Author:
vboxsync
Message:

Main,Frontends: s/FileName/Filename/g (API); Took a shot a completing the code for populating IGuestFsObjInfo. bugref:9320 [build fix]

File:
1 edited

Legend:

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

    r75926 r75927  
    25952595                while (*pszAttribs == ' ');
    25962596            else
    2597                 pszAttribs = "";
     2597                pszAttribs = strchr(pszMode, '\0');
    25982598            if (uDeviceNo != 0)
    25992599                RTPrintf("  Mode: %-16s Attrib: %-17s Dev ID: %#RX32\n", pszMode, pszAttribs, uDeviceNo);
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