Changeset 105010 in vbox for trunk/src/VBox/Main/src-client/RecordingUtils.cpp
- Timestamp:
- Jun 24, 2024 6:47:56 PM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 163628
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Main/src-client/RecordingUtils.cpp ¶
r105009 r105010 415 415 if (!pszPath) 416 416 { 417 int rc2 = RTPathTemp(szPath, sizeof(szPath));418 if (RT_FAILURE( rc2))419 return rc2;417 int vrc2 = RTPathTemp(szPath, sizeof(szPath)); 418 if (RT_FAILURE(vrc2)) 419 return vrc2; 420 420 } 421 421
Note:
See TracChangeset
for help on using the changeset viewer.