Changeset 24008 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Oct 23, 2009 8:20:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvHostBase.cpp
r23973 r24008 2005 2005 /* name to open & watch for */ 2006 2006 #ifdef RT_OS_WINDOWS 2007 int iBit = toupper(pThis->pszDevice[0]) - 'A';2007 int iBit = RT_C_TO_UPPER(pThis->pszDevice[0]) - 'A'; 2008 2008 if ( iBit > 'Z' - 'A' 2009 2009 || pThis->pszDevice[1] != ':'
Note:
See TracChangeset
for help on using the changeset viewer.