Changeset 29660 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- May 19, 2010 2:29:22 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61823
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformat.cpp
r28800 r29660 273 273 */ 274 274 while (--cchPrecision >= cchValue) 275 *psz++ = ' 0';275 *psz++ = ' '; 276 276 277 277 /*
Note:
See TracChangeset
for help on using the changeset viewer.