Changeset 85260 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Jul 11, 2020 11:59:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostImpl.cpp
r83794 r85260 1360 1360 { 1361 1361 char *psz = strchr(szOSRelease, '\0'); 1362 RTStrPrintf(psz, &szOSRelease[sizeof(szOSRelease)] - psz, "sp%s", szOSServicePack);1362 RTStrPrintf(psz, (size_t)(&szOSRelease[sizeof(szOSRelease)] - psz), "sp%s", szOSServicePack); 1363 1363 } 1364 1364
Note:
See TracChangeset
for help on using the changeset viewer.