Changeset 27291 in vbox
- Timestamp:
- Mar 11, 2010 4:45:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/ministring.h
r26753 r27291 160 160 if (RT_LIKELY(pszNew)) 161 161 { 162 if (!m_psz) 163 *pszNew = '\0'; 162 164 m_psz = pszNew; 163 165 m_cbAllocated = cb;
Note:
See TracChangeset
for help on using the changeset viewer.