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