VirtualBox

Ignore:
Timestamp:
Nov 5, 2008 3:16:55 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38830
Message:

Some more %V* -> %R* changes while at it.

File:
1 edited

Legend:

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

    r13837 r13838  
    28132813                machine->COMGETTER(Name)(name.asOutParam());
    28142814                machine->COMGETTER(Id)(uuid.asOutParam());
    2815                 RTPrintf("%s%lS (UUID: %Vuuid)\n",
     2815                RTPrintf("%s%lS (UUID: %Ruuid)\n",
    28162816                         j == 0 ? "Usage:        " : "              ",
    28172817                         name.raw(), &machineIds[j]);
     
    65036503                machine->COMGETTER(Name)(name.asOutParam());
    65046504                machine->COMGETTER(Id)(uuid.asOutParam());
    6505                 RTPrintf("%s%lS (UUID: %Vuuid)\n",
     6505                RTPrintf("%s%lS (UUID: %Ruuid)\n",
    65066506                         j == 0 ? "In use by VMs:        " : "                      ",
    65076507                         name.raw(), &machineIds[j]);
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