- Timestamp:
- Aug 24, 2007 3:45:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SerialPortImpl.cpp
r4339 r4358 273 273 /* pipe/device path */ 274 274 Bstr path; 275 int rc =CFGLDRQueryBSTR(portNode, "path", path.asOutParam());275 CFGLDRQueryBSTR(portNode, "path", path.asOutParam()); 276 276 /* server mode */ 277 277 bool fServer = true; … … 410 410 if (aHostMode == PortMode_DisconnectedPort) 411 411 { 412 mData->mPath = "";412 mData->mPath.setNull(); 413 413 mData->mServer = false; 414 414 }
Note:
See TracChangeset
for help on using the changeset viewer.