Changeset 33671 in vbox for trunk/src/VBox/Main/ExtPackManagerImpl.cpp
- Timestamp:
- Nov 2, 2010 7:57:56 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ExtPackManagerImpl.cpp
r33623 r33671 233 233 || !RTFS_IS_DIRECTORY(ObjInfoExtPack.Attr.fMode)) 234 234 { 235 if ( *pfCanDelete)235 if (pfCanDelete) 236 236 *pfCanDelete = true; 237 237 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.