Changeset 26351 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Feb 9, 2010 9:36:16 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57439
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformatrt.cpp
r26344 r26351 358 358 * It's important that a signed value gets sign-extended up to 64-bit. 359 359 */ 360 u.u64 = 0;360 RT_ZERO(u); 361 361 if (fFlags & RTSTR_F_VALSIGNED) 362 362 {
Note:
See TracChangeset
for help on using the changeset viewer.