Changeset 45927 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- May 7, 2013 8:05:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/uniread.cpp
r44528 r45927 920 920 cch = vfprintf(stdout, pszFormat, va); 921 921 else 922 cch = strlen(pszFormat);922 cch = (int)strlen(pszFormat); 923 923 va_end(va); 924 924 return cch;
Note:
See TracChangeset
for help on using the changeset viewer.