Changeset 52331 in vbox for trunk/src/VBox/Runtime/common/string/strformatrt.cpp
- Timestamp:
- Aug 9, 2014 12:05:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformatrt.cpp
r50765 r52331 712 712 { 713 713 uint8_t *pu8 = va_arg(*pArgs, uint8_t *); 714 if (cchPrecision < =0)714 if (cchPrecision < 0) 715 715 cchPrecision = 16; 716 716 if (pu8)
Note:
See TracChangeset
for help on using the changeset viewer.