Changeset 26140 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 2, 2010 10:59:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.cpp
r26136 r26140 327 327 rc = VBoxServiceGetFileVersion(szFullPath, &dwMajor, &dwMinor, &dwBuild, &dwRev); 328 328 if (RT_SUCCESS(rc)) 329 RTStrPrintf(pszVersion, cbVersion, "% ld.%ld.%ldr%ld", dwMajor, dwMinor, dwBuild, dwRev);329 RTStrPrintf(pszVersion, cbVersion, "%u.%u.%ur%u", dwMajor, dwMinor, dwBuild, dwRev); 330 330 } 331 331 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.