- Timestamp:
- Sep 21, 2018 6:47:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rest/RTCRestOutputBase.cpp
r74414 r74417 47 47 48 48 49 size_t RTCRestOutputBase::vprintf(const char *pszFormat, va_list va) RT_IPRT_FORMAT_ATTR(2, 0)49 size_t RTCRestOutputBase::vprintf(const char *pszFormat, va_list va) 50 50 { 51 51 return RTStrFormatV(printfOutputCallback, this, NULL, NULL, pszFormat, va);
Note:
See TracChangeset
for help on using the changeset viewer.