Changeset 79794 in vbox
- Timestamp:
- Jul 15, 2019 1:39:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd-ifs.h
r79744 r79794 1153 1153 { 1154 1154 int rc = 0; 1155 char pszValue[ 11];1156 (void) RTStrPrintf(pszValue, sizeof(pszValue), "% ul", u64Value);1155 char pszValue[21]; 1156 (void) RTStrPrintf(pszValue, sizeof(pszValue), "%RU64", u64Value); 1157 1157 rc = VDCFGUpdate(pCfgIf, fCreate, pszName, pszValue); 1158 1158 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.