Changeset 94624 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 19, 2022 9:20:51 AM (3 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/VBoxLogRelCreate.cpp
r93115 r94624 172 172 cMaxEntriesPerGroup, 0 /*cBufDescs*/, NULL /*paBufDescs*/, fDestFlags, 173 173 vboxHeaderFooter, cHistory, uHistoryFileSize, uHistoryFileTime, 174 NULL /*pOutputIf*/, NULL /*pvOutputIfUser*/, 174 175 pErrInfo, pcszLogFile ? "%s" : NULL, pcszLogFile); 175 176 if (RT_SUCCESS(vrc)) -
trunk/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp
r94138 r94624 303 303 0 /*cBufDescs*/, NULL /*paBufDescs*/, enmLogDest, 304 304 NULL /*pfnBeginEnd*/, 0 /*cHistory*/, 0 /*cbHistoryFileMax*/, 0 /*uHistoryTimeMax*/, 305 NULL /*pOutputIf*/, NULL /*pvOutputIfUser*/, 305 306 NULL /*pErrInfo*/, pszFilenameFmt, pszFilename, RTTimeMilliTS()); 306 307 if (RT_SUCCESS(vrc))
Note:
See TracChangeset
for help on using the changeset viewer.