Changeset 107808 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Jan 16, 2025 10:35:41 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166961
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstSSM-2.cpp
r106061 r107808 65 65 size_t cbWritten; 66 66 rc = RTFileWrite(hFile, &u8, sizeof(u8), &cbWritten); 67 if (RT_FAILURE(rc)) 68 RTPrintf("Writing unit '%s' to '%s' failed with %Rrc\n", 69 pszUnitname, pszOutputFilename, rc); 67 70 cbUnit++; 68 71 }
Note:
See TracChangeset
for help on using the changeset viewer.