Changeset 37354 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Jun 7, 2011 3:05:32 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp
r36527 r37354 2481 2481 */ 2482 2482 vrc = RTPathJoin(szDir, sizeof(szDir), m->strBaseDir.c_str(), Entry.szName); /* not really necessary */ 2483 AssertLogRelRCReturnStmt(vrc, E_UNEXPECTED, RTDirClose(pDir));2483 AssertLogRelRCReturnStmt(vrc, RTDirClose(pDir), E_UNEXPECTED); 2484 2484 a_pszName = Entry.szName; 2485 2485 fExists = true;
Note:
See TracChangeset
for help on using the changeset viewer.