Changeset 69749 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp
- Timestamp:
- Nov 19, 2017 12:49:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp
r69500 r69749 115 115 fFlags |= RTLOGFLAGS_USECRLF; 116 116 #endif 117 char szError[RTPATH_MAX + 128] = "";118 117 const char * pszFilenameFmt; 119 118 RTLOGDEST enmLogDest; … … 135 134 "VBOX_RELEASE_LOG", RT_ELEMENTS(s_apszGroups), s_apszGroups, enmLogDest, 136 135 NULL /* pfnBeginEnd */, 0 /* cHistory */, 0 /* cbHistoryFileMax */, 0 /* uHistoryTimeMax */, 137 szError, sizeof(szError), pszFilenameFmt, pszFilename, RTTimeMilliTS());136 NULL /* pErrInfo */, pszFilenameFmt, pszFilename, RTTimeMilliTS()); 138 137 if (RT_SUCCESS(vrc)) 139 138 {
Note:
See TracChangeset
for help on using the changeset viewer.