Changeset 4291 in vbox
- Timestamp:
- Aug 22, 2007 3:44:16 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23809
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SerialPortImpl.cpp
r4277 r4291 553 553 STDMETHODIMP SerialPort::COMSETTER(Path) (INPTR BSTR aPath) 554 554 { 555 if (!aPath || *aPath == 0)555 if (!aPath) 556 556 return E_INVALIDARG; 557 557
Note:
See TracChangeset
for help on using the changeset viewer.