Changeset 63130 in vbox for trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp
- Timestamp:
- Aug 7, 2016 1:15:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp
r62780 r63130 412 412 * directory. 413 413 * 414 * @param cPackages The number of packages.415 414 * @param pszPkgDir The package directory, NULL if it shouldn't be 416 415 * removed. 417 416 */ 418 static void CleanUp( unsigned cPackages,const char *pszPkgDir)417 static void CleanUp(const char *pszPkgDir) 419 418 { 420 419 for (int i = 0; i < 5; i++) … … 799 798 int nCmdShow) 800 799 { 800 RT_NOREF(hInstance, hPrevInstance, lpCmdLine, nCmdShow); 801 801 char **argv = __argv; 802 802 int argc = __argc; … … 1105 1105 1106 1106 /* Don't fail if cleanup fail. At least for now. */ 1107 CleanUp(pHeader->byCntPkgs, 1108 !fEnableLogging 1107 CleanUp( !fEnableLogging 1109 1108 && fCreatedExtractDir ? szExtractPath : NULL); 1110 1109 }
Note:
See TracChangeset
for help on using the changeset viewer.