Changeset 94629 in vbox for trunk/src/VBox/Additions/darwin/VBoxClient
- Timestamp:
- Apr 19, 2022 10:15:33 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150991
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/VBoxClient/VBoxClient.cpp
r93115 r94629 66 66 pszLogFileName ? 100 * _1M : 0 /*cbHistoryFileMax*/, 67 67 pszLogFileName ? RT_SEC_1DAY : 0 /*cSecsHistoryTimeSlot*/, 68 NULL /*pOutputIf*/, NULL /*pvOutputIfUser*/, 68 69 NULL /*pErrInfo*/, "%s", pszLogFileName ? pszLogFileName : ""); 69 70 AssertRCReturn(rc, rc);
Note:
See TracChangeset
for help on using the changeset viewer.