VirtualBox

Changeset 4358 in vbox for trunk


Ignore:
Timestamp:
Aug 24, 2007 3:45:29 PM (17 years ago)
Author:
vboxsync
Message:

Main: Typos.

File:
1 edited

Legend:

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

    r4339 r4358  
    273273    /* pipe/device path */
    274274    Bstr path;
    275     int rc = CFGLDRQueryBSTR(portNode, "path", path.asOutParam());
     275    CFGLDRQueryBSTR(portNode, "path", path.asOutParam());
    276276    /* server mode */
    277277    bool fServer = true;
     
    410410        if (aHostMode == PortMode_DisconnectedPort)
    411411        {
    412             mData->mPath   = "";
     412            mData->mPath.setNull();
    413413            mData->mServer = false;
    414414        }
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