Changeset 45927 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- May 7, 2013 8:05:43 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85565
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/string.cpp
r44528 r45927 58 58 } 59 59 60 m_bstr = ::SysAllocStringByteLen(NULL, cwc * sizeof(OLECHAR));60 m_bstr = ::SysAllocStringByteLen(NULL, (unsigned)(cwc * sizeof(OLECHAR))); 61 61 if (RT_UNLIKELY(!m_bstr)) 62 62 throw std::bad_alloc();
Note:
See TracChangeset
for help on using the changeset viewer.