Changeset 52988 in vbox
- Timestamp:
- Oct 8, 2014 11:03:04 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/common/string/strformat.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformat.cpp
r48935 r52988 182 182 * Validate and adjust input... 183 183 */ 184 Assert(uiBase >= 2 ||uiBase <= 16);184 Assert(uiBase >= 2 && uiBase <= 16); 185 185 if (fFlags & RTSTR_F_CAPITAL) 186 186 pachDigits = "0123456789ABCDEF";
Note:
See TracChangeset
for help on using the changeset viewer.

