Changeset 7253 in vbox
- Timestamp:
- Mar 4, 2008 12:46:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformattype.cpp
r7240 r7253 291 291 memset(&g_aTypes[i], 0, sizeof(g_aTypes[i])); 292 292 memcpy(&g_aTypes[i].szType[0], pszType, cchType + 1); 293 g_aTypes[i].cchType = cchType;293 g_aTypes[i].cchType = (uint8_t)cchType; 294 294 g_aTypes[i].pvUser = pvUser; 295 295 #ifdef IN_GC
Note:
See TracChangeset
for help on using the changeset viewer.