Changeset 14696 in vbox
- Timestamp:
- Nov 27, 2008 11:08:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r14664 r14696 3027 3027 else 3028 3028 { 3029 CHECK_ERROR_RET(uart, COMSETTER(Path) (Bstr(uarts_path[n])), 1); 3029 3030 if (strcmp(uarts_mode[n], "server") == 0) 3030 3031 { … … 3041 3042 CHECK_ERROR_RET(uart, COMSETTER(HostMode) (PortMode_HostDevice), 1); 3042 3043 } 3043 CHECK_ERROR_RET(uart, COMSETTER(Path) (Bstr(uarts_path[n])), 1);3044 3044 } 3045 3045 }
Note:
See TracChangeset
for help on using the changeset viewer.