Changeset 13835 in vbox for trunk/src/VBox/Main/HardDisk2Impl.cpp
- Timestamp:
- Nov 5, 2008 2:34:43 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38826
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HardDisk2Impl.cpp
r13580 r13835 1315 1315 1316 1316 int vrc = mVirtualBox->calculateFullPath (location, location); 1317 if ( VBOX_FAILURE (vrc))1317 if (RT_FAILURE (vrc)) 1318 1318 return setError (E_FAIL, 1319 1319 tr ("Invalid hard disk storage file location '%s' (%Vrc)"), … … 2222 2222 Utf8Str locationFull; 2223 2223 int vrc = mVirtualBox->calculateFullPath (location, locationFull); 2224 if ( VBOX_FAILURE (vrc))2224 if (RT_FAILURE (vrc)) 2225 2225 return setError (E_FAIL, 2226 2226 tr ("Invalid hard disk storage file location '%s' (%Vrc)"),
Note:
See TracChangeset
for help on using the changeset viewer.