Changeset 107649 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- Jan 10, 2025 1:38:02 PM (10 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformatrt.cpp
r106061 r107649 1580 1580 while (--cchWidth >= cchStr) 1581 1581 cchOutput += pfnOutput(pvArgOutput, "%20", 3); 1582 1583 return cchOutput; 1582 1584 } 1583 1585 else
Note:
See TracChangeset
for help on using the changeset viewer.