VirtualBox

Changeset 20326 in vbox


Ignore:
Timestamp:
Jun 5, 2009 12:59:46 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48229
Message:

Main/MachineImpl: adapt variable name to current executable name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r20313 r20326  
    38793879       )
    38803880    {
    3881         const char VBoxVRDP_exe[] = "VBoxHeadless" HOSTSUFF_EXE;
    3882         Assert (sz >= sizeof (VBoxVRDP_exe));
    3883         strcpy (cmd, VBoxVRDP_exe);
     3881        const char VBoxHeadless_exe[] = "VBoxHeadless" HOSTSUFF_EXE;
     3882        Assert (sz >= sizeof (VBoxHeadless_exe));
     3883        strcpy (cmd, VBoxHeadless_exe);
    38843884
    38853885        Utf8Str idStr = mData->mUuid.toString();
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