Changeset 62452 in vbox for trunk/src/VBox/Runtime/common/log/log.cpp
- Timestamp:
- Jul 22, 2016 3:16:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r62448 r62452 2387 2387 { 2388 2388 int rc = RTStrCopyEx(szTmp, sizeof(szTmp), pszValue, cch); 2389 uint32_t cbRingBuf ;2389 uint32_t cbRingBuf = 0; 2390 2390 if (RT_SUCCESS(rc)) 2391 2391 rc = RTStrToUInt32Full(szTmp, 0, &cbRingBuf);
Note:
See TracChangeset
for help on using the changeset viewer.