- Timestamp:
- Jun 30, 2009 4:30:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/win/svchlp.cpp
r19239 r21081 234 234 } 235 235 236 aVal. alloc(len + 1);236 aVal.reserve(len + 1); 237 237 aVal.mutableRaw() [len] = 0; 238 238
Note:
See TracChangeset
for help on using the changeset viewer.