Changeset 28269 in vbox for trunk/src/VBox
- Timestamp:
- Apr 13, 2010 5:17:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
r28215 r28269 1918 1918 while (true) 1919 1919 { 1920 /* Reset the array */ 1921 aLogData.setNull(); 1922 /* Fetch a chunk of the log file */ 1920 1923 CHECK_ERROR_BREAK(machine, ReadLog(uLogIdx, uOffset, _1M, 1921 1924 ComSafeArrayAsOutParam(aLogData)));
Note:
See TracChangeset
for help on using the changeset viewer.