Changeset 2059
- Timestamp:
- 04/12/07 21:19:13 (2 years ago)
- Files:
-
- trunk/include/VBox/com/string.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/com/string.h
r2015 r2059 109 109 if (aSize) 110 110 { 111 AssertCompile (sizeof (unsigned int) >= sizeof (aSize)); 112 unsigned int size = (unsigned int) aSize; 111 unsigned int size = (unsigned int) aSize; Assert (size == aSize); 113 112 bstr = ::SysAllocStringLen (NULL, size - 1); 114 113 if (bstr)

