Changeset 21529 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 13, 2009 11:57:28 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49995
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/string.cpp
r21404 r21529 88 88 ret.reserve(cbCopy + 1); 89 89 memcpy(ret.m_psz, pFirst, cbCopy); 90 ret.m_cbLength = cbCopy; 90 91 ret.m_psz[cbCopy] = '\0'; 91 92 }
Note:
See TracChangeset
for help on using the changeset viewer.