Changeset 8504 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 30, 2008 11:45:08 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformattype.cpp
r8488 r8504 250 250 RTDECL(int) RTStrFormatTypeRegister(const char *pszType, PFNRTSTRFORMATTYPE pfnHandler, void *pvUser) 251 251 { 252 int rc; 252 253 size_t cchType; 253 int rc = VINF_SUCCESS;254 254 uint32_t cTypes; 255 255 … … 273 273 /* find where to insert it. */ 274 274 uint32_t i = 0; 275 rc = VINF_SUCCESS; 275 276 while (i < cTypes) 276 277 {
Note:
See TracChangeset
for help on using the changeset viewer.