- Timestamp:
- 05/13/14 18:56:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/stl-util.cpp
r220 r243 19 19 //almost like SString::sprintf, but there is no common code to share because SString can use its directWrite to avoid double allocating/copying 20 20 #ifdef USE_VSCPRINTF 21 size=_vscprintf(format, ap) ;21 size=_vscprintf(format, ap)+1; //+1 for terminating null character 22 22 #endif 23 23
Note: See TracChangeset
for help on using the changeset viewer.