- Timestamp:
- Oct 25, 2010 3:37:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumImpl.cpp
r33335 r33433 3652 3652 3653 3653 // we must always have full paths now 3654 Assert(RTPathHavePath(locationFull.c_str())); 3654 if (!RTPathStartsWithRoot(locationFull.c_str())) 3655 return setError(VBOX_E_FILE_ERROR, 3656 tr("The given path '%s' is not fully qualified"), 3657 locationFull.c_str()); 3655 3658 3656 3659 /* detect the backend from the storage unit if importing */
Note:
See TracChangeset
for help on using the changeset viewer.