Changeset 72650 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jun 22, 2018 7:42:39 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fuzz/fuzz-observer.cpp
r72649 r72650 1096 1096 if (RT_LIKELY(pThis->papszArgs)) 1097 1097 { 1098 char **ppszOwn = pThis->papszArgs;1099 const char * const *ppsz = papszArgs;1100 1098 for (unsigned i = 0; i < cArgs; i++) 1101 1099 {
Note:
See TracChangeset
for help on using the changeset viewer.