Changeset 40934 in vbox for trunk/src/VBox/Runtime/common/string/strformat.cpp
- Timestamp:
- Apr 16, 2012 5:53:05 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77485
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformat.cpp
r40186 r40934 782 782 783 783 /* terminate the output */ 784 pfnOutput(pvArgOutput, NULL, 0);784 pfnOutput(pvArgOutput, (const char *)NULL, 0); 785 785 786 786 return cch;
Note:
See TracChangeset
for help on using the changeset viewer.