VirtualBox

Ignore:
Timestamp:
Sep 23, 2010 4:48:31 PM (14 years ago)
Author:
vboxsync
Message:

OSE fix

File:
1 edited

Legend:

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

    r32718 r32738  
    890890            machine->COMGETTER(Name)(machineName.asOutParam());
    891891            g_pFramebufferVNC = new VNCFB(console, uVNCPort, pszVNCPassword);
    892             rc = g_pFramebufferVNC->init(machineName ? Utf8Str(machineName).c_str() : "");
     892            rc = g_pFramebufferVNC->init(machineName.raw() ? Utf8Str(machineName.raw()).c_str() : "");
    893893            if (rc != S_OK)
    894894            {
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