Changeset 50508 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Feb 19, 2014 3:45:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/uri.cpp
r49996 r50508 137 137 szNum[1] = pszString[iIn++]; 138 138 szNum[2] = '\0'; 139 139 140 140 uint8_t u8; 141 141 rc = RTStrToUInt8Ex(szNum, NULL, 16, &u8); … … 654 654 { 655 655 uint32_t uFIntern = uFormat; 656 /* Auto is based on the current hostOS. */656 /* Auto is based on the current OS. */ 657 657 if (uFormat == URI_FILE_FORMAT_AUTO) 658 658 #ifdef RT_OS_WINDOWS
Note:
See TracChangeset
for help on using the changeset viewer.