Changeset 43557 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Oct 5, 2012 12:42:40 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 81171
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r43259 r43557 828 828 fReadStdOut = true; 829 829 break; 830 case ProcessWaitResult_StdErr:830 case ProcessWaitResult_StdErr: 831 831 fReadStdErr = true; 832 832 break; … … 846 846 } 847 847 default: 848 /* Ignore all other results, let the timeout expire */ ;848 /* Ignore all other results, let the timeout expire */ 849 849 break; 850 850 }
Note:
See TracChangeset
for help on using the changeset viewer.