Changeset 74708 in vbox for trunk/src/VBox/Runtime/common/string/strformatrt.cpp
- Timestamp:
- Oct 9, 2018 9:22:34 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformatrt.cpp
r73914 r74708 1459 1459 1460 1460 *ppszFormat += 2; 1461 AssertMsgBreak(chVariant == ' p' || chVariant == 'q' || chVariant == 'f',1461 AssertMsgBreak(chVariant == 'a' || chVariant == 'p' || chVariant == 'q' || chVariant == 'f', 1462 1462 ("Invalid IPRT format type '%.10s'!\n", pszFormatOrg)); 1463 1463
Note:
See TracChangeset
for help on using the changeset viewer.