Changeset 35158 in vbox
- Timestamp:
- Dec 15, 2010 5:15:21 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/ExtPackUtil.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ExtPackUtil.cpp
r34967 r35158 1137 1137 if (RT_SUCCESS(rc)) 1138 1138 { 1139 PRTVFSFILE phVfsFile ;1139 PRTVFSFILE phVfsFile = NULL; 1140 1140 if (!strcmp(pszAdjName, VBOX_EXTPACK_DESCRIPTION_NAME)) 1141 1141 phVfsFile = &hXmlFile; … … 1146 1146 else if (!strncmp(pszAdjName, VBOX_EXTPACK_LICENSE_NAME_PREFIX, sizeof(VBOX_EXTPACK_LICENSE_NAME_PREFIX) - 1)) 1147 1147 rc = VBoxExtPackValidateStandardFile(pszAdjName, enmType, &hVfsObj, NULL, pszError, cbError); 1148 else1149 phVfsFile = NULL;1150 1148 if (phVfsFile) 1151 1149 rc = VBoxExtPackValidateStandardFile(pszAdjName, enmType, &hVfsObj, phVfsFile, pszError, cbError);
Note:
See TracChangeset
for help on using the changeset viewer.

