Changeset 13835 in vbox for trunk/src/VBox/Main/MediumImpl.cpp
- Timestamp:
- Nov 5, 2008 2:34:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumImpl.cpp
r13580 r13835 707 707 Utf8Str locationFull; 708 708 int vrc = mVirtualBox->calculateFullPath (Utf8Str (aLocation), locationFull); 709 if ( VBOX_FAILURE (vrc))709 if (RT_FAILURE (vrc)) 710 710 return setError (E_FAIL, 711 711 tr ("Invalid image file location '%ls' (%Vrc)"),
Note:
See TracChangeset
for help on using the changeset viewer.