- Timestamp:
- Apr 20, 2007 1:14:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostBase.cpp
r2084 r2272 1829 1829 #ifndef __DARWIN__ 1830 1830 char szPathReal[256]; 1831 if (RT_SUCCESS(RTPathReal(pszDevice, szPathReal, sizeof(szPathReal)))) 1831 if ( RTPathExists(pszDevice) 1832 && RT_SUCCESS(RTPathReal(pszDevice, szPathReal, sizeof(szPathReal)))) 1832 1833 pszDevice = szPathReal; 1833 1834 pThis->FileDevice = NIL_RTFILE;
Note:
See TracChangeset
for help on using the changeset viewer.