- Timestamp:
- Nov 8, 2010 1:34:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r33590 r33838 3887 3887 gProgress = NULL; 3888 3888 HRESULT rc = gConsole->SaveState(gProgress.asOutParam()); 3889 if (FAILED( S_OK))3889 if (FAILED(rc)) 3890 3890 { 3891 3891 RTPrintf("Error saving state! rc = 0x%x\n", rc);
Note:
See TracChangeset
for help on using the changeset viewer.