Changeset 71268 in vbox
- Timestamp:
- Mar 8, 2018 9:35:18 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/common/time/time.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/time/time.cpp
r70896 r71268 854 854 855 855 /* Second. */ 856 rc = RTStrToUInt8Ex(pszString, (char **)&pszString, 10, &pTime->u8 Minute);856 rc = RTStrToUInt8Ex(pszString, (char **)&pszString, 10, &pTime->u8Second); 857 857 if (rc != VINF_SUCCESS && rc != VWRN_TRAILING_CHARS && rc != VWRN_TRAILING_SPACES) 858 858 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.

