Changeset 72572 in vbox for trunk/src/VBox
- Timestamp:
- Jun 15, 2018 8:40:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fuzz/fuzzmastercmd.cpp
r72571 r72572 243 243 * @param pErrInfo Where to store the error information on failure, optional. 244 244 */ 245 static int rtFuzzCmdMasterFuzzRunProcessCfgU32Def(uint32_t *pu32Val, const char *pszCfgItem, RTJSONVAL hJsonCfg, size_t u32Def, PRTERRINFO pErrInfo)245 static int rtFuzzCmdMasterFuzzRunProcessCfgU32Def(uint32_t *pu32Val, const char *pszCfgItem, RTJSONVAL hJsonCfg, uint32_t u32Def, PRTERRINFO pErrInfo) 246 246 { 247 247 int64_t i64Val = 0;
Note:
See TracChangeset
for help on using the changeset viewer.