Changeset 23570 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 6, 2009 12:31:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageSnapshot.cpp
r23569 r23570 150 150 CHECK_ERROR_BREAK(console, Resume()); 151 151 else 152 console-> Pause();152 console->Resume(); 153 153 } 154 154 }
Note:
See TracChangeset
for help on using the changeset viewer.