Changeset 4336 in vbox
- Timestamp:
- Aug 24, 2007 9:51:03 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/strformat.cpp
r4071 r4336 157 157 * Validate and addjust input... 158 158 */ 159 if (uiBase == 0) 160 uiBase = 10; 159 161 kASSERT((uiBase >= 2 || uiBase <= 16)); 160 162 if (fFlags & RTSTR_F_CAPITAL)
Note:
See TracChangeset
for help on using the changeset viewer.