- Timestamp:
- Mar 10, 2009 5:55:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r17646 r17647 2833 2833 // source path: where the VBox image is 2834 2834 const Utf8Str &strSrcFilePath = pDiskEntry->strVbox; 2835 constBstr bstrSrcFilePath(strSrcFilePath);2835 Bstr bstrSrcFilePath(strSrcFilePath); 2836 2836 if (!RTPathExists(strSrcFilePath.c_str())) 2837 2837 /* This isn't allowed */
Note:
See TracChangeset
for help on using the changeset viewer.